aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-22vhost-user: fix up rhel6 buildMichael S. Tsirkin1-24/+24
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é Lureau1-222/+300
2015-10-22vhost-user: add a migration blockerMarc-André Lureau1-0/+9
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau1-2/+25
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é Lureau1-1/+15
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+6
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 Ouyang1-0/+22
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu1-2/+10
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-1/+14
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-3/+3
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+31
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin1-10/+1
2015-06-01vhost-user: add multi queue supportOuyang Changchun1-1/+10
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei1-11/+11
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin1-1/+1
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin1-1/+3
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev1-1/+3
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-9/+14
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev1-0/+342