index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-backend.c
Age
Commit message (
Expand
)
Author
2017-08-02
vhost: fix a memory leak
Peng Hao
2017-07-03
vhost: ensure vhost_ops are set before calling iotlb callback
Maxime Coquelin
2017-06-02
vhost: rework IOTLB messaging
Maxime Coquelin
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-01-29
virtio: Clean up includes
Peter Maydell
2015-11-12
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
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: 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: introduce vhost_backend_get_vq_index method
Yuanhan Liu
2015-03-10
vhost: Remove superfluous '\n' around error_report()
Gonglei
2014-08-09
virtio: Move extern declaration to header file
Stefan Weil
2014-06-19
Add vhost-user as a vhost backend.
Nikolay Nikolaev
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev