Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | x3130/upstream: support aer | Isaku Yamahata | 2010-11-22 | 1 | -9/+24 | |
| * | | ioh3420: support aer | Isaku Yamahata | 2010-11-22 | 1 | -10/+70 | |
| * | | pcie_aer: complete unwinding recursion | Michael S. Tsirkin | 2010-11-22 | 1 | -53/+27 | |
| * | | pcie_aer: get rid of recursion | Michael S. Tsirkin | 2010-11-22 | 1 | -17/+31 | |
| * | | pcie/aer: helper functions for pcie aer capability | Isaku Yamahata | 2010-11-22 | 5 | -1/+951 | |
| * | | pcie_regs.h: more constants | Isaku Yamahata | 2010-11-22 | 1 | -0/+2 | |
| * | | pci: add W1C bits to pci status register | Isaku Yamahata | 2010-11-22 | 1 | -0/+16 | |
| * | | pci: allow hotplug removal of cold-plugged devices | Michael S. Tsirkin | 2010-11-16 | 4 | -12/+32 | |
| * | | PCI: Bus number from the bridge, not the device | Alex Williamson | 2010-11-16 | 1 | -2/+1 | |
| * | | e1000: Fix TCP checksum overflow with TSO | Alex Williamson | 2010-11-13 | 1 | -1/+4 | |
| * | | tap: make set_offload a nop after netdev cleanup | Michael S. Tsirkin | 2010-11-13 | 1 | -1/+5 | |
| * | | tap: clear vhost_net backend on cleanup | Michael S. Tsirkin | 2010-11-04 | 1 | -0/+1 | |
* | | | tcg-ia64: Fix warning in qemu_ld. | Richard Henderson | 2010-12-01 | 1 | -2/+1 | |
* | | | tcg-ia64: Fix address compilation in qemu_st. | Richard Henderson | 2010-12-01 | 1 | -1/+1 | |
* | | | tcg-ia64: Fix tlb read error for 32-bit targets. | Richard Henderson | 2010-12-01 | 1 | -1/+3 | |
* | | | tcg-ia64: Implement qemu_ld32. | Richard Henderson | 2010-12-01 | 1 | -0/+1 | |
* | | | tcg-ia64: Provide default GUEST_BASE. | Richard Henderson | 2010-12-01 | 1 | -0/+3 | |
* | | | tcg: Fix default definition of divu_i32 and remu_i32. | Richard Henderson | 2010-12-01 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 2010-11-30 | 23 | -245/+234 | |
|\ \ | ||||||
| * | | ide: Reset current_addr after stopping DMA | Kevin Wolf | 2010-11-29 | 1 | -1/+1 | |
| * | | ide: Ignore double DMA transfer starts/stops | Kevin Wolf | 2010-11-29 | 1 | -28/+32 | |
| * | | ide: Set bus master inactive on error | Kevin Wolf | 2010-11-29 | 1 | -0/+2 | |
| * | | ide: Factor ide_dma_set_inactive out | Kevin Wolf | 2010-11-29 | 1 | -16/+13 | |
| * | | raw-posix: raw_pwrite comment fixup | Christoph Hellwig | 2010-11-26 | 1 | -1/+1 | |
| * | | scsi-disk: Remove duplicate cdb parsing | Hannes Reinecke | 2010-11-25 | 1 | -53/+21 | |
| * | | scsi: Move sense handling into the driver | Hannes Reinecke | 2010-11-25 | 3 | -26/+25 | |
| * | | scsi: INQUIRY VPD fixes | Hannes Reinecke | 2010-11-25 | 1 | -4/+14 | |
| * | | scsi: Return SAM status codes | Hannes Reinecke | 2010-11-25 | 2 | -14/+16 | |
| * | | scsi: Increase the number of possible devices | Hannes Reinecke | 2010-11-25 | 3 | -3/+4 | |
| * | | block: Remove unused s->hd in various drivers | Kevin Wolf | 2010-11-24 | 5 | -6/+0 | |
| * | | qemu and qemu-xen: support empty write barriers in xen_disk | Stefano Stabellini | 2010-11-24 | 1 | -2/+10 | |
| * | | ide: convert bmdma address ioport to ioport_register() | Avi Kivity | 2010-11-24 | 6 | -77/+27 | |
| * | | block migration: do not submit multiple AIOs for same sector (v2) | Marcelo Tosatti | 2010-11-24 | 1 | -9/+5 | |
| * | | Implement drive_del to decouple block removal from device removal | Ryan Harper | 2010-11-24 | 3 | -0/+58 | |
| * | | scsi-disk: Move active request asserts | Stefan Hajnoczi | 2010-11-24 | 1 | -6/+6 | |
* | | | Merge remote branch 'qmp/for-anthony' into staging | Anthony Liguori | 2010-11-30 | 8 | -122/+481 | |
|\ \ \ | ||||||
| * | | | Makefile: Fix check dependency breakage | Luiz Capitulino | 2010-11-17 | 1 | -6/+8 | |
| * | | | QMP/qmp-shell: Introduce HMP mode | Luiz Capitulino | 2010-11-17 | 1 | -1/+78 | |
| * | | | QMP: Introduce Human Monitor passthrough command | Luiz Capitulino | 2010-11-17 | 2 | -0/+83 | |
| * | | | qemu-char: Introduce Memory driver | Luiz Capitulino | 2010-11-17 | 2 | -0/+71 | |
| * | | | QMP: Drop vm-info example script | Luiz Capitulino | 2010-11-17 | 2 | -37/+1 | |
| * | | | QMP: Revamp the qmp-shell script | Luiz Capitulino | 2010-11-17 | 1 | -35/+144 | |
| * | | | QMP: Revamp the Python class example | Luiz Capitulino | 2010-11-17 | 1 | -51/+106 | |
* | | | | Use a Linux-style MAINTAINERS file | Anthony Liguori | 2010-11-30 | 1 | -77/+417 | |
* | | | | Add pcnet-pci.c | Paul Brook | 2010-11-27 | 1 | -0/+345 | |
* | | | | Split out common pcnet code | Paul Brook | 2010-11-27 | 5 | -308/+11 | |
* | | | | Remove PCI from sparc32 target | Paul Brook | 2010-11-27 | 1 | -1/+0 | |
* | | | | Detect missing config includes | Paul Brook | 2010-11-27 | 1 | -1/+2 | |
* | | | | Fix previous commit | Paul Brook | 2010-11-27 | 3 | -2/+12 | |
* | | | | VirtIO config option | Paul Brook | 2010-11-27 | 3 | -4/+11 |