index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-user.c
Age
Commit message (
Expand
)
Author
2015-09-24
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
2015-09-24
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
2015-09-24
vhost-user: add VHOST_USER_GET_QUEUE_NUM message
Yuanhan Liu
2015-09-24
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
Yuanhan Liu
2015-09-24
vhost-user: add protocol feature negotiation
Michael S. Tsirkin
2015-09-24
vhost-user: use VHOST_USER_XXX macro for switch statement
Yuanhan Liu
2015-07-20
Revert "vhost-user: add multi queue support"
Michael S. Tsirkin
2015-06-01
vhost-user: add multi queue support
Ouyang Changchun
2015-04-30
vhost-user: remove superfluous '\n' around error_report()
Gonglei
2014-11-03
vhost-user: fix mmap offset calculation
Michael S. Tsirkin
2014-07-18
vhost-user: minor cleanups
Michael S. Tsirkin
2014-07-18
vhost-user: Fix VHOST_SET_MEM_TABLE processing
Nikolay Nikolaev
2014-06-29
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
2014-06-19
Add vhost-user as a vhost backend.
Nikolay Nikolaev