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
/
include
/
hw
/
virtio
/
vhost-backend.h
Age
Commit message (
Expand
)
Author
2019-05-29
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
2019-03-12
vhost-user: Support transferring inflight buffer between qemu and backend
Xie Yongji
2018-05-24
vhost: allow backends to filter memory sections
Tiwei Bie
2018-03-01
cryptodev-vhost-user: add crypto session handler
Gonglei
2018-01-18
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2017-06-02
vhost: rework IOTLB messaging
Maxime Coquelin
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2017-01-10
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-02-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-23
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2015-10-22
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
vhost: use a function for each call
Marc-André Lureau
2015-10-22
vhost-user: send log shm fd along with log_base
Marc-André Lureau
2015-10-22
vhost-user: add vhost_user_requires_shm_log()
Marc-André Lureau
2015-10-22
vhost: add vhost_set_log_base op
Marc-André Lureau
2015-10-22
vhost: add vhost_has_free_slot() interface
Igor Mammedov
2015-09-24
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
2015-09-24
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
2014-08-09
virtio: Move extern declaration to header file
Stefan Weil
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev