summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
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
2014-09-18virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-09-18virtio-pci: enable bus master for old guestsMichael S. Tsirkin
2014-09-18Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-08-12virtio-rng: add some trace eventsAmit Shah
2014-08-09virtio: Move extern declaration to header fileStefan Weil
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow