summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* usb: better speed mismatch error reportingGerd Hoffmann2013-04-232-6/+32
* ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede2013-04-231-5/+11
* xhci: remove XHCIRing->base (unused)Gerd Hoffmann2013-04-231-3/+1Star
* tpm: Simplify creation of cancel pathStefan Berger2013-04-221-57/+17Star
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-04-2215-170/+2286
|\
| * vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini2013-04-192-0/+65
| * vhost-scsi-ccw: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini2013-04-192-0/+65
| * vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2013-04-192-0/+78
| * vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2013-04-192-1/+293
| * virtio: simplify Makefile conditionalsPaolo Bonzini2013-04-192-5/+5
| * virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2013-04-194-144/+77Star
| * vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger2013-04-191-15/+38
| * scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman2013-04-193-0/+1651
| * scsi: avoid assertion failure on VERIFY commandPaolo Bonzini2013-04-191-5/+14
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-221-1/+1
|\ \
| * | virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino2013-04-191-1/+1
| |/
* | qdev: Drop taddr propertiesPeter Maydell2013-04-209-86/+0Star
* | hw/sm501: Use correct setter for sysbus-ohci dma-address propertyPeter Maydell2013-04-201-1/+1
* | Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2013-04-203-61/+371
|\ \
| * | hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell2013-04-191-7/+2Star
| * | versatile_pci: Expose PCI memory space to systemPeter Maydell2013-04-193-1/+77
| * | arm/realview: Fix mapping of PCI regionsPeter Maydell2013-04-191-9/+9
| * | versatile_pci: Implement the PCI controller's control registersPeter Maydell2013-04-193-11/+130
| * | versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell2013-04-191-6/+99
| * | versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell2013-04-191-0/+2
| * | versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell2013-04-191-4/+13
| * | versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell2013-04-191-11/+30
| * | versatile_pci: Update to realize and instance init functionsPeter Maydell2013-04-191-25/+25
| * | versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell2013-04-192-7/+4Star
| * | versatile_pci: Fix hardcoded tabsPeter Maydell2013-04-191-1/+1
| |/
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-1917-39/+37Star
|\ \
| * | m25p80: Remove bogus include of devices.hPeter Crosthwaite2013-04-191-1/+0Star
| * | Remove unneeded type castsStefan Weil2013-04-1916-38/+37Star
| |/
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-04-192-0/+326
|\ \ | |/ |/|
| * pci: add pci test deviceMichael S. Tsirkin2013-04-162-0/+326
* | configure: eliminate target_libs_softmmuPaolo Bonzini2013-04-181-2/+3
* | virtio-net: cleanup: init and exit function.KONRAD Frederic2013-04-171-95/+22Star
* | virtio-net: cleanup: use QOM cast.KONRAD Frederic2013-04-171-67/+74
* | virtio-net-ccw: switch to the new API.KONRAD Frederic2013-04-172-16/+28
* | virtio-net-s390: switch to the new API.KONRAD Frederic2013-04-172-12/+30
* | virtio-net-pci: switch to the new API.KONRAD Frederic2013-04-172-60/+69
* | virtio-net: add the virtio-net device.KONRAD Frederic2013-04-174-20/+148
* | Merge remote-tracking branch 'kraxel/usb.80' into stagingAnthony Liguori2013-04-164-41/+1510
|\ \
| * | use libusb for usb-hostGerd Hoffmann2013-04-162-2/+1461
| * | xhci: fix address deviceGerd Hoffmann2013-04-161-0/+4
| * | xhci: use slotid as device addressGerd Hoffmann2013-04-161-22/+3Star
| * | xhci: fix portsc writesGerd Hoffmann2013-04-161-7/+35
| * | xhci: add xhci_cap_writeGerd Hoffmann2013-04-161-0/+7
| * | xhci: remove leftover debug printfGerd Hoffmann2013-04-161-1/+0Star
| * | usb-serial: Remove double call to qemu_chr_add_handlers( NULL )Hans de Goede2013-04-161-9/+0Star