summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-24virtio: remove the function pointer.KONRAD Frederic12-83/+62
2013-04-24virtio-pci: cleanup.KONRAD Frederic2-54/+2
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic6-8/+9
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+23
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-12/+15
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-66/+21
2013-04-24virtio-rng-ccw: switch to the new API.KONRAD Frederic2-28/+32
2013-04-24virtio-rng-s390: switch to the new API.KONRAD Frederic2-17/+34
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic2-90/+74
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic3-16/+103
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-6/+6
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-2/+2
2013-04-24ich9: kill cmos_s3Hu Tao3-17/+4
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger2-0/+23
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic3-10/+5
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic3-30/+54
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic3-9/+76
2013-04-23usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann1-5/+0
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann2-6/+32
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede1-5/+11
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann1-3/+1
2013-04-22tpm: Simplify creation of cancel pathStefan Berger1-57/+17
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori15-170/+2286
2013-04-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-04-20qdev: Drop taddr propertiesPeter Maydell9-86/+0
2013-04-20hw/sm501: Use correct setter for sysbus-ohci dma-address propertyPeter Maydell1-1/+1
2013-04-20Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl3-61/+371
2013-04-19vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini2-0/+65
2013-04-19vhost-scsi-ccw: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini2-0/+65
2013-04-19vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-0/+78
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-1/+293
2013-04-19virtio: simplify Makefile conditionalsPaolo Bonzini2-5/+5
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini4-144/+77
2013-04-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori17-39/+37
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-0/+326
2013-04-19virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino1-1/+1
2013-04-19hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell1-7/+2
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell3-1/+77
2013-04-19arm/realview: Fix mapping of PCI regionsPeter Maydell1-9/+9
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell3-11/+130
2013-04-19versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell1-6/+99
2013-04-19versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell1-0/+2
2013-04-19versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell1-4/+13
2013-04-19versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell1-11/+30
2013-04-19versatile_pci: Update to realize and instance init functionsPeter Maydell1-25/+25
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell2-7/+4
2013-04-19versatile_pci: Fix hardcoded tabsPeter Maydell1-1/+1
2013-04-19m25p80: Remove bogus include of devices.hPeter Crosthwaite1-1/+0