aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-07-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140701-1' into s...Peter Maydell
2014-07-01ccid-card-emulated: use EventNotifierPaolo Bonzini
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-07-01usb: initialize libusb_device to avoid crashJincheng Miao
2014-07-01usb: Fix usb-bt-dongle initialization.Hani Benhabiles
2014-07-01input: fix jumpy mouse cursor with USB mouse emulationChristian Burger
2014-07-01Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell
2014-07-01Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into...Peter Maydell
2014-07-01Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-07-01qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti
2014-07-01virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater
2014-07-01virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi
2014-07-01qdev: drop iothread property typeStefan Hajnoczi
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi
2014-07-01qdev: add qdev_alias_all_properties()Stefan Hajnoczi
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi
2014-07-01dataplane: bail out on unsupported transportCornelia Huck
2014-07-01irq: Slim conversion of qemu_irq to QOMAndreas Färber
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber
2014-06-30vfio: use correct runstatePaolo Bonzini
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson
2014-06-30vfio-pci: Fix MSI/X debug codeAlex Williamson
2014-06-30Merge remote-tracking branch 'remotes/bonzini/small-fixes' into stagingPeter Maydell
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-06-29timer: cadence_ttc: Convert to instance_initAlistair Francis
2014-06-29hw/arm/pxa2xx_gpio: Correct and register vmstatePeter Maydell
2014-06-29hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR readsPeter Maydell
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell
2014-06-29hw/arm/virt: Provide PL031 RTCPeter Maydell
2014-06-29vhost-net: disable when cross-endianGreg Kurz
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell
2014-06-29virtio: allow byte swapping for vringRusty Russell
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz
2014-06-29virtio: add subsections to the migration streamGreg Kurz