Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | hw/virtio: Add PCIe capability to virtio devices | Marcel Apfelbaum | 2 | -0/+24 |
2015-11-12 | vhost: send SET_VRING_ENABLE at start/stop | Yuanhan Liu | 1 | -0/+9 |
2015-11-12 | vhost: rename RESET_DEVICE backto RESET_OWNER | Yuanhan Liu | 2 | -4/+4 |
2015-11-12 | vhost-user: modify SET_LOG_BASE to pass mmap size and offset | Victor Kaplansky | 1 | -2/+9 |
2015-11-12 | virtio-pci: unbreak queue_enable read | Jason Wang | 1 | -0/+7 |
2015-11-12 | virtio-pci: introduce pio notification capability for modern device | Jason Wang | 2 | -17/+113 |
2015-11-12 | virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possible | Jason Wang | 1 | -4/+15 |
2015-11-12 | virtio-pci: fix 1.0 virtqueue migration | Jason Wang | 3 | -7/+200 |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert | 1 | -1/+3 |
2015-11-09 | dataplane: support non-contigious s/g | Michael S. Tsirkin | 1 | -22/+46 |
2015-11-09 | dataplane: simplify indirect descriptor read | Michael S. Tsirkin | 1 | -10/+18 |
2015-10-29 | virtio: drop virtqueue_map_sg | Michael S. Tsirkin | 1 | -7/+0 |
2015-10-29 | virtio: switch to virtio_map | Michael S. Tsirkin | 1 | -2/+1 |
2015-10-29 | virtio: introduce virtio_map | Michael S. Tsirkin | 1 | -9/+47 |
2015-10-29 | vhost-user: cleanup msg size math | Michael S. Tsirkin | 1 | -3/+3 |
2015-10-29 | vhost-user: cleanup struct size math | Michael S. Tsirkin | 1 | -8/+8 |
2015-10-23 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -24/+24 |
2015-10-22 | vhost-user: fix up rhel6 build | Michael S. Tsirkin | 1 | -24/+24 |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -243/+632 |
2015-10-22 | vhost: set the correct queue index in case of migration with multiqueue | Thibaut Collet | 1 | -3/+5 |
2015-10-22 | vhost: add migration block if memfd failed | Marc-André Lureau | 1 | -0/+3 |
2015-10-22 | vhost-user: use an enum helper for features mask | Thibaut Collet | 1 | -4/+9 |
2015-10-22 | vhost user: add rarp sending after live migration for legacy guest | Thibaut Collet | 1 | -1/+31 |
2015-10-22 | vhost: use a function for each call | Marc-André Lureau | 3 | -252/+438 |
2015-10-22 | vhost-user: add a migration blocker | Marc-André Lureau | 2 | -4/+21 |
2015-10-22 | vhost-user: send log shm fd along with log_base | Marc-André Lureau | 3 | -5/+30 |
2015-10-22 | vhost: alloc shareable log | Marc-André Lureau | 1 | -10/+47 |
2015-10-22 | vhost-user: add vhost_user_requires_shm_log() | Marc-André Lureau | 1 | -2/+12 |
2015-10-22 | vhost: add vhost_set_log_base op | Marc-André Lureau | 3 | -4/+24 |
2015-10-22 | vhost: document log resizing | Marc-André Lureau | 1 | -0/+2 |
2015-10-22 | vhost: fail backend intialization early | Igor Mammedov | 1 | -0/+6 |
2015-10-22 | vhost: add vhost_has_free_slot() interface | Igor Mammedov | 3 | -0/+46 |
2015-10-19 | kvm: Pass PCI device pointer to MSI routing functions | Pavel Fedin | 1 | -2/+3 |
2015-10-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -14/+55 |
2015-10-12 | virtio dataplane: adapt dataplane for virtio Version 1 | Pierre Morel | 1 | -14/+55 |
2015-10-09 | virtio-input: Fix device introspection on non-Linux hosts | Markus Armbruster | 2 | -8/+16 |
2015-10-01 | virtio: Notice when the system doesn't support MSIx at all | Richard Henderson | 1 | -6/+11 |
2015-10-01 | virtio: introduce virtqueue_discard() | Jason Wang | 1 | -0/+7 |
2015-10-01 | virtio: introduce virtqueue_unmap_sg() | Jason Wang | 1 | -4/+10 |
2015-09-24 | vhost-user: add a new message to disable/enable a specific virt queue. | Changchun Ouyang | 1 | -0/+19 |
2015-09-24 | vhost-user: add multiple queue support | Changchun Ouyang | 2 | -2/+25 |
2015-09-24 | vhost: introduce vhost_backend_get_vq_index method | Yuanhan Liu | 3 | -12/+25 |
2015-09-24 | vhost-user: add VHOST_USER_GET_QUEUE_NUM message | Yuanhan Liu | 1 | -1/+14 |
2015-09-24 | vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE | Yuanhan Liu | 1 | -3/+3 |
2015-09-24 | vhost-user: add protocol feature negotiation | Michael S. Tsirkin | 1 | -0/+31 |
2015-09-24 | vhost-user: use VHOST_USER_XXX macro for switch statement | Yuanhan Liu | 1 | -16/+22 |
2015-09-24 | virtio: ring sizes vs. reset | Cornelia Huck | 1 | -0/+64 |
2015-09-24 | virtio: right size for virtio_queue_get_avail_size | Pierre Morel | 1 | -1/+1 |
2015-09-11 | hw/virtio/virtio-pci: Remove meaningless blank Property | Shannon Zhao | 1 | -5/+0 |
2015-09-10 | virtio: avoid leading underscores for helpers | Cornelia Huck | 4 | -15/+15 |