summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-096-98/+26
|\
| * balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2015-03-011-3/+2
| * virtio: add feature checking helpersCornelia Huck2015-02-263-11/+11
| * virtio: feature bit manipulation helpersCornelia Huck2015-02-262-3/+3
| * virtio: cull virtio_bus_set_vdev_featuresCornelia Huck2015-02-261-14/+0
| * virtio-pci: use standard headersMichael S. Tsirkin2015-02-261-49/+5
| * virtio: use standard-headersMichael S. Tsirkin2015-02-261-18/+5
* | virtio-balloon: Add some trace eventszhanghailiang2015-03-041-0/+6
* | virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang2015-03-041-6/+9
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-241-0/+2
|\
| * vhost-scsi: add bootindex propertyGonglei2015-02-111-0/+2
* | dataplane: endianness-aware accessesCornelia Huck2015-02-163-21/+36
|/
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+1
* virtio: fix feature bit checksCornelia Huck2015-01-271-2/+2
* virtio-rng: fix check for period_ms validityAmit Shah2015-01-051-1/+1
* virtio-bus: avoid breaking build when open DEBUG switchGonglei2014-12-101-1/+1
* vhost: Fix vhostfd leak in error branchGonglei2014-12-011-0/+2
* Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson2014-11-281-7/+8
* vhost-user: fix mmap offset calculationMichael S. Tsirkin2014-11-031-1/+1
* hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu2014-11-022-5/+5
* virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2014-11-022-18/+16
* virtio: link the rng backend through an alias propertyPaolo Bonzini2014-10-301-5/+2
* virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster2014-10-231-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell2014-10-161-0/+4
|\
| * virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei2014-10-151-0/+2
| * virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei2014-10-151-0/+2
* | virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov2014-10-151-15/+2
* | virtio-pci: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-3/+0
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-302-24/+35
|\
| * virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng2014-09-301-0/+2
| * virtio: add a wrapper for virtio-backend initializationGonglei2014-09-302-28/+32
| * virtio-9p: fix virtio-9p child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-9p: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-balloon: fix virtio-balloon child refcount in transportsGonglei2014-09-301-1/+1
| * virtio-rng: fix virtio-rng child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-rng: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-serial: fix virtio-serial child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-serial: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei2014-09-301-0/+2
| * virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-2/+2
| * virtio-net: fix virtio-net child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-net: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-2/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-301-20/+19
|\ \
| * | Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin2014-09-291-20/+19
| |/
* | virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino2014-09-261-1/+6
|/
* block: Always compile virtio-blk dataplaneFam Zheng2014-09-221-1/+1
* vring: Better error handling if num is too largeFam Zheng2014-09-221-1/+2
* virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2014-09-181-19/+20
* virtio-pci: enable bus master for old guestsMichael S. Tsirkin2014-09-181-0/+10
OpenPOWER on IntegriCloud