aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2015-03-11virtio-pci: Convert to realize()Markus Armbruster
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-04virtio-balloon: Add some trace eventszhanghailiang
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck
2015-02-26virtio-pci: use standard headersMichael S. Tsirkin
2015-02-26virtio: use standard-headersMichael S. Tsirkin
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16dataplane: endianness-aware accessesCornelia Huck
2015-02-11vhost-scsi: add bootindex propertyGonglei
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2015-01-27virtio: fix feature bit checksCornelia Huck
2015-01-05virtio-rng: fix check for period_ms validityAmit Shah
2014-12-10virtio-bus: avoid breaking build when open DEBUG switchGonglei
2014-12-01vhost: Fix vhostfd leak in error branchGonglei
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei
2014-10-15virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-30Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei
2014-09-30virtio-9p: fix virtio-9p child refcount in transportsGonglei
2014-09-30virtio-9p: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei
2014-09-30virtio-rng: fix virtio-rng child refcount in transportsGonglei
2014-09-30virtio-rng: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio-serial: fix virtio-serial child refcount in transportsGonglei
2014-09-30virtio-serial: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei
2014-09-30virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei
2014-09-30virtio-net: fix virtio-net child refcount in transportsGonglei
2014-09-30virtio-net: use aliases instead of duplicate qdev propertiesGonglei
2014-09-29Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng
2014-09-22vring: Better error handling if num is too largeFam Zheng