summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2014-07-071-0/+18
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140701-1' into s...Peter Maydell2014-07-014-31/+30Star
|\
| * ccid-card-emulated: use EventNotifierPaolo Bonzini2014-07-011-19/+10Star
| * usb: initialize libusb_device to avoid crashJincheng Miao2014-07-011-2/+2
| * usb: Fix usb-bt-dongle initialization.Hani Benhabiles2014-07-011-8/+16
| * input: fix jumpy mouse cursor with USB mouse emulationChristian Burger2014-07-011-2/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-07-0110-79/+65Star
|\ \
| * | virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi2014-07-011-1/+1
| * | qdev: drop iothread property typeStefan Hajnoczi2014-07-011-50/+0Star
| * | virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi2014-07-014-1/+17
| * | virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi2014-07-011-1/+11
| * | virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi2014-07-013-0/+3
| * | virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi2014-07-011-6/+0Star
| * | virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi2014-07-016-15/+3Star
| * | qdev: add qdev_alias_all_properties()Stefan Hajnoczi2014-07-011-0/+21
| * | virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi2014-07-012-6/+0Star
| * | dataplane: bail out on unsupported transportCornelia Huck2014-07-011-0/+10
* | | Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell2014-07-012-2/+12
|\ \ \ | |_|/ |/| |
| * | qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini2014-07-011-2/+3
| * | mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti2014-07-011-0/+9
| |/
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into...Peter Maydell2014-07-0117-49/+60
|\ \
| * | irq: Slim conversion of qemu_irq to QOMAndreas Färber2014-07-011-2/+20
| * | irq: Allocate IRQs individuallyPeter Crosthwaite2014-07-014-16/+10Star
| * | hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-3014-29/+28Star
| * | sdhci: Fix misuse of qemu_free_irqs()Andreas Färber2014-06-301-2/+2
| |/
* | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-07-011-9/+3Star
|\ \ | |/ |/|
| * virtio-scsi: scsi events must be converted to target endiannessCédric Le Goater2014-07-011-2/+2
| * virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsingGreg Kurz2014-07-011-7/+1Star
* | vfio: use correct runstatePaolo Bonzini2014-06-301-1/+1
* | vfio: Make BARs native endianAlexey Kardashevskiy2014-06-301-10/+31
* | vfio-pci: Fix MSI-X masking performanceAlex Williamson2014-06-301-102/+131
* | vfio-pci: Fix MSI/X debug codeAlex Williamson2014-06-301-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/small-fixes' into stagingPeter Maydell2014-06-304-4/+6
|\
| * serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-304-4/+6
* | timer: cadence_ttc: Convert to instance_initAlistair Francis2014-06-291-9/+6Star
* | hw/arm/pxa2xx_gpio: Correct and register vmstatePeter Maydell2014-06-291-1/+2
* | hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR readsPeter Maydell2014-06-291-8/+6Star
* | hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell2014-06-291-0/+4
* | hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell2014-06-291-8/+6Star
* | hw/arm/virt: Provide PL031 RTCPeter Maydell2014-06-291-0/+30
|/
* vhost-net: disable when cross-endianGreg Kurz2014-06-291-0/+19
* virtio-9p: use virtio wrappers to access headersGreg Kurz2014-06-291-1/+2
* virtio-serial-bus: use virtio wrappers to access headersRusty Russell2014-06-291-15/+31
* virtio-scsi: use virtio wrappers to access headersRusty Russell2014-06-291-18/+20
* virtio-blk: use virtio wrappers to access headersRusty Russell2014-06-291-17/+21
* virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell2014-06-291-3/+5
* virtio-net: use virtio wrappers to access headersRusty Russell2014-06-291-14/+17
* virtio: allow byte swapping for vringRusty Russell2014-06-291-41/+48
* virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2014-06-292-16/+91
* exec: introduce target_words_bigendian() helperGreg Kurz2014-06-291-3/+0Star