aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
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