summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: introduce V9fsVirtioStateWei Liu2019-11-291-1/+1
* virtio: fix error message for number of queuesCornelia Huck2019-11-291-1/+1
* migration/virtio: Remove simple .get/.put useDr. David Alan Gilbert2019-11-291-68/+19
* 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu2019-11-291-1/+0
* 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/+0
* 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/+0
* virtio: switch to virtio_mapMichael S. Tsirkin2015-10-291-2/+1
* 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
| * vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau2015-10-221-2/+12
| * vhost: add vhost_set_log_base opMarc-André Lureau2015-10-223-4/+24
| * vhost: document log resizingMarc-André Lureau2015-10-221-0/+2
| * vhost: fail backend intialization earlyIgor Mammedov2015-10-221-0/+6
| * vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-223-0/+46
* | kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-2/+3
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-10-121-14/+55
|\
| * virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel2015-10-121-14/+55
* | virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2015-10-092-8/+16
|/
* virtio: Notice when the system doesn't support MSIx at allRichard Henderson2015-10-011-6/+11
* virtio: introduce virtqueue_discard()Jason Wang2015-10-011-0/+7
* virtio: introduce virtqueue_unmap_sg()Jason Wang2015-10-011-4/+10
OpenPOWER on IntegriCloud