summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2016-01-12Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-09virtio: fix error message for number of queuesCornelia Huck
2016-01-09migration/virtio: Remove simple .get/.put useDr. David Alan Gilbert
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu
2015-12-02virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck
2015-11-26Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky
2015-11-12virtio-pci: unbreak queue_enable readJason Wang
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert
2015-11-09dataplane: support non-contigious s/gMichael S. Tsirkin
2015-11-09dataplane: simplify indirect descriptor readMichael S. Tsirkin
2015-10-29virtio: drop virtqueue_map_sgMichael S. Tsirkin
2015-10-29virtio: switch to virtio_mapMichael S. Tsirkin
2015-10-29virtio: introduce virtio_mapMichael S. Tsirkin
2015-10-29vhost-user: cleanup msg size mathMichael S. Tsirkin
2015-10-29vhost-user: cleanup struct size mathMichael S. Tsirkin
2015-10-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-22vhost-user: fix up rhel6 buildMichael S. Tsirkin
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-22vhost-user: add a migration blockerMarc-André Lureau
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau
2015-10-22vhost: alloc shareable logMarc-André Lureau
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: document log resizingMarc-André Lureau
2015-10-22vhost: fail backend intialization earlyIgor Mammedov
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson
2015-10-01virtio: introduce virtqueue_discard()Jason Wang