summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: combine write of an entry into used ringVincenzo Maffione2016-02-061-13/+12Star
* virtio: read avail_idx from VQ only when necessaryVincenzo Maffione2016-02-061-4/+22
* virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione2016-02-061-3/+9
* virtio: combine the read of a descriptorPaolo Bonzini2016-02-061-51/+35Star
* vring: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-17/+36
* virtio: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-31/+51
* virtio: introduce virtqueue_alloc_elementPaolo Bonzini2016-02-062-13/+100
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-0/+13
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-064-22/+40
* Fix virtio migrationDr. David Alan Gilbert2016-02-041-4/+4
* virtio: Clean up includesPeter Maydell2016-01-2910-4/+10
* Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell2016-01-121-2/+1Star
|\
| * 9pfs: introduce V9fsVirtioStateWei Liu2016-01-121-1/+1
| * 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu2016-01-081-1/+0Star
* | virtio: fix error message for number of queuesCornelia Huck2016-01-091-1/+1
* | migration/virtio: Remove simple .get/.put useDr. David Alan Gilbert2016-01-091-68/+19Star
|/
* virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani2015-12-022-5/+26
* virtio: handle non-virtio-1-capable backend for ccwCornelia Huck2015-12-021-0/+3
* Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin2015-11-261-9/+0Star
* vhost-user: fix log sizeMichael S. Tsirkin2015-11-181-1/+1
* vhost-user: start/stop all ringsMichael S. Tsirkin2015-11-161-6/+11
* vhost-user: print original request on errorMichael S. Tsirkin2015-11-161-2/+2
* vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu2015-11-161-1/+1
* hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum2015-11-122-0/+24
* vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu2015-11-121-0/+9
* vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2015-11-122-4/+4
* vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky2015-11-121-2/+9
* virtio-pci: unbreak queue_enable readJason Wang2015-11-121-0/+7
* virtio-pci: introduce pio notification capability for modern deviceJason Wang2015-11-122-17/+113
* virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang2015-11-121-4/+15
* virtio-pci: fix 1.0 virtqueue migrationJason Wang2015-11-123-7/+200
* Inhibit ballooning during postcopyDr. David Alan Gilbert2015-11-101-1/+3
* dataplane: support non-contigious s/gMichael S. Tsirkin2015-11-091-22/+46
* dataplane: simplify indirect descriptor readMichael S. Tsirkin2015-11-091-10/+18
* virtio: drop virtqueue_map_sgMichael S. Tsirkin2015-10-291-7/+0Star
* virtio: switch to virtio_mapMichael S. Tsirkin2015-10-291-2/+1Star
* virtio: introduce virtio_mapMichael S. Tsirkin2015-10-291-9/+47
* vhost-user: cleanup msg size mathMichael S. Tsirkin2015-10-291-3/+3
* vhost-user: cleanup struct size mathMichael S. Tsirkin2015-10-291-8/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-231-24/+24
|\
| * vhost-user: fix up rhel6 buildMichael S. Tsirkin2015-10-221-24/+24
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-223-243/+632
|\|
| * vhost: set the correct queue index in case of migration with multiqueueThibaut Collet2015-10-221-3/+5
| * vhost: add migration block if memfd failedMarc-André Lureau2015-10-221-0/+3
| * vhost-user: use an enum helper for features maskThibaut Collet2015-10-221-4/+9
| * vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-1/+31
| * vhost: use a function for each callMarc-André Lureau2015-10-223-252/+438
| * vhost-user: add a migration blockerMarc-André Lureau2015-10-222-4/+21
| * vhost-user: send log shm fd along with log_baseMarc-André Lureau2015-10-223-5/+30
| * vhost: alloc shareable logMarc-André Lureau2015-10-221-10/+47