summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell9-18/+40
2014-07-07prep: Remove CPU reset entry point hack related to OpenHack'WareHervé Poussineau1-3/+0
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau2-12/+1
2014-07-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-13/+23
2014-07-07xen: build on ARMStefano Stabellini1-8/+10
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini1-0/+18
2014-07-07dataplane: submit I/O as a batchMing Lei1-0/+2
2014-07-07ahci: map memory via device's address space instead of address_space_memoryLe Tan1-10/+11
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh2-3/+10
2014-07-06virtio-pci: fix MSI memory region use after freePaolo Bonzini1-2/+2
2014-07-06qdev: Fix crash when using non-device class name on -globalEduardo Habkost1-1/+2
2014-07-06qdev: Don't abort() in case globals can't be setEduardo Habkost1-1/+7
2014-07-06hw/virtio: enable common virtio feature for mmio deviceMing Lei1-0/+6
2014-07-06acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov1-1/+1
2014-07-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei3-11/+14
2014-07-06pc-dimm: error out if memory hotplug is not enabledIgor Mammedov1-1/+7
2014-07-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140701-1' into s...Peter Maydell4-31/+30
2014-07-01ccid-card-emulated: use EventNotifierPaolo Bonzini1-19/+10
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell10-79/+65
2014-07-01usb: initialize libusb_device to avoid crashJincheng Miao1-2/+2
2014-07-01usb: Fix usb-bt-dongle initialization.Hani Benhabiles1-8/+16
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger1-2/+2
2014-07-01Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell2-2/+12
2014-07-01Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into...Peter Maydell17-49/+60
2014-07-01Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-9/+3
2014-07-01qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini1-2/+3
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti1-0/+9
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater1-2/+2
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz1-7/+1
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi1-1/+1
2014-07-01qdev: drop iothread property typeStefan Hajnoczi1-50/+0
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi4-1/+17
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi1-1/+11
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi3-0/+3
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi1-6/+0
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi6-15/+3
2014-07-01qdev: add qdev_alias_all_properties()Stefan Hajnoczi1-0/+21
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi2-6/+0
2014-07-01dataplane: bail out on unsupported transportCornelia Huck1-0/+10
2014-07-01irq: Slim conversion of qemu_irq to QOMAndreas Färber1-2/+20
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite4-16/+10
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber14-29/+28
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-06-30vfio: use correct runstatePaolo Bonzini1-1/+1
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy1-10/+31
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson1-102/+131
2014-06-30vfio-pci: Fix MSI/X debug codeAlex Williamson1-2/+2
2014-06-30Merge remote-tracking branch 'remotes/bonzini/small-fixes' into stagingPeter Maydell4-4/+6
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne4-4/+6