summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2014-12-01vhost: Fix vhostfd leak in error branchGonglei1-0/+2
2014-11-28Fix for crash after migration in virtio-rng on bi-endian targetsDavid Gibson1-7/+8
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin1-1/+1
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu2-5/+5
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2-18/+16
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini1-5/+2
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell1-0/+4
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei1-0/+2
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei1-0/+2
2014-10-15virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov1-15/+2
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov1-3/+0
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-24/+35
2014-09-30Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-20/+19
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng1-0/+2
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei2-28/+32
2014-09-30virtio-9p: fix virtio-9p child refcount in transportsGonglei1-0/+1
2014-09-30virtio-9p: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei1-1/+1
2014-09-30virtio-rng: fix virtio-rng child refcount in transportsGonglei1-0/+1
2014-09-30virtio-rng: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-serial: fix virtio-serial child refcount in transportsGonglei1-0/+1
2014-09-30virtio-serial: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei1-0/+2
2014-09-30virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei1-2/+2
2014-09-30virtio-net: fix virtio-net child refcount in transportsGonglei1-0/+1
2014-09-30virtio-net: use aliases instead of duplicate qdev propertiesGonglei1-2/+1
2014-09-29Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin1-20/+19
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino1-1/+6
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng1-1/+1
2014-09-22vring: Better error handling if num is too largeFam Zheng1-1/+2
2014-09-18virtio-pci: fix migration for pci bus masterMichael S. Tsirkin1-19/+20
2014-09-18virtio-pci: enable bus master for old guestsMichael S. Tsirkin1-0/+10
2014-09-18Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin1-8/+1
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-1/+8
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang1-2/+0
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+6
2014-08-12virtio-rng: add some trace eventsAmit Shah1-0/+6
2014-08-09virtio: Move extern declaration to header fileStefan Weil1-2/+0
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow1-5/+4
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow1-10/+10
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow1-1/+7
2014-07-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+5
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin1-1/+3
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev1-1/+3
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-11/+6