summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2015-09-241-0/+19
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-242-2/+25
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-243-12/+25
* vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2015-09-241-1/+14
* vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-3/+3
* vhost-user: add protocol feature negotiationMichael S. Tsirkin2015-09-241-0/+31
OpenPOWER on IntegriCloud