summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-29timer: cadence_ttc: Convert to instance_initAlistair Francis1-9/+6
2014-06-29hw/arm/pxa2xx_gpio: Correct and register vmstatePeter Maydell1-1/+2
2014-06-29hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell1-0/+4
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-06-29hw/arm/virt: Provide PL031 RTCPeter Maydell1-0/+30
2014-06-29vhost-net: disable when cross-endianGreg Kurz1-0/+19
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz1-1/+2
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell1-15/+31
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell1-18/+20
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell1-17/+21
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell1-3/+5
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell1-14/+17
2014-06-29virtio: allow byte swapping for vringRusty Russell1-41/+48
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2-16/+91
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz1-3/+0
2014-06-29virtio: add subsections to the migration streamGreg Kurz1-2/+19