Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-09-07 | hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculation | Peter Maydell | 1 | -3/+1 |
2015-08-05 | virtio: fix 1.0 virtqueue migration | Jason Wang | 1 | -0/+56 |
2015-07-27 | virtio: get_features() can fail | Jason Wang | 3 | -3/+5 |
2015-07-27 | virtio-pci: fix memory MR cleanup for modern | Michael S. Tsirkin | 1 | -0/+15 |
2015-07-27 | virtio: hide legacy features from modern guests | Michael S. Tsirkin | 1 | -1/+2 |
2015-07-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -10/+1 |
2015-07-20 | Revert "vhost-user: add multi queue support" | Michael S. Tsirkin | 1 | -10/+1 |
2015-07-17 | virtio-rng: trigger timer only when guest requests for entropy | Pankaj Gupta | 1 | -7/+8 |
2015-07-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -2/+4 |
2015-07-13 | virtio-pci: don't crash on illegal length | Michael S. Tsirkin | 1 | -2/+4 |
2015-07-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -29/+178 |
2015-07-08 | virtio fix cfg endian-ness for BE targets | Michael S. Tsirkin | 1 | -8/+83 |
2015-07-08 | virtio-pci: implement cfg capability | Michael S. Tsirkin | 2 | -1/+78 |
2015-07-07 | Revert "dataplane: allow virtio-1 devices" | Cornelia Huck | 1 | -26/+21 |
2015-07-07 | dataplane: fix cross-endian issues | Greg Kurz | 1 | -2/+4 |
2015-07-06 | kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix | Eric Auger | 1 | -2/+2 |
2015-06-26 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -6/+10 |
2015-06-23 | vhost: correctly pass error to caller in vhost_dev_enable_notifiers() | Jason Wang | 1 | -4/+4 |