summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2015-12-02virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani2-5/+26
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck1-0/+3
2015-11-26Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin1-9/+0
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin1-1/+1
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin1-6/+11
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin1-2/+2
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu1-1/+1
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum2-0/+24
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu1-0/+9
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2-4/+4
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky1-2/+9
2015-11-12virtio-pci: unbreak queue_enable readJason Wang1-0/+7
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang2-17/+113
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang1-4/+15
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang3-7/+200
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-1/+3
2015-11-09dataplane: support non-contigious s/gMichael S. Tsirkin1-22/+46
2015-11-09dataplane: simplify indirect descriptor readMichael S. Tsirkin1-10/+18
2015-10-29virtio: drop virtqueue_map_sgMichael S. Tsirkin1-7/+0
2015-10-29virtio: switch to virtio_mapMichael S. Tsirkin1-2/+1
2015-10-29virtio: introduce virtio_mapMichael S. Tsirkin1-9/+47
2015-10-29vhost-user: cleanup msg size mathMichael S. Tsirkin1-3/+3
2015-10-29vhost-user: cleanup struct size mathMichael S. Tsirkin1-8/+8
2015-10-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-24/+24
2015-10-22vhost-user: fix up rhel6 buildMichael S. Tsirkin1-24/+24
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-243/+632
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet1-3/+5
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau1-0/+3
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet1-4/+9
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-1/+31
2015-10-22vhost: use a function for each callMarc-André Lureau3-252/+438
2015-10-22vhost-user: add a migration blockerMarc-André Lureau2-4/+21
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau3-5/+30
2015-10-22vhost: alloc shareable logMarc-André Lureau1-10/+47
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau1-2/+12
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau3-4/+24
2015-10-22vhost: document log resizingMarc-André Lureau1-0/+2
2015-10-22vhost: fail backend intialization earlyIgor Mammedov1-0/+6
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov3-0/+46
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-2/+3
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-14/+55
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel1-14/+55
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2-8/+16
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-10-01virtio: introduce virtqueue_discard()Jason Wang1-0/+7
2015-10-01virtio: introduce virtqueue_unmap_sg()Jason Wang1-4/+10
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+19
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang2-2/+25
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu3-12/+25
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-1/+14