aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)Author
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev