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
2023-12-25
vhost: Add worker backend callouts
Mike Christie
2023-11-07
vhost-user: Interface for migration state transfer
Hanna Czenczek
2023-10-12
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
2023-10-12
vhost: Rework memslot filtering and fix "used_memslot" tracking
David Hildenbrand
2023-10-04
vhost-user: add shared_object msg
Albert Esteve
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-03-07
vdpa: move vhost reset after get vring base
Eugenio Pérez
2023-01-08
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
2022-06-27
vhost: add method vhost_set_vring_err
Konstantin Khlebnikov
2022-01-10
Revert "vhost: introduce new VhostOps vhost_set_config_call"
Michael S. Tsirkin
2022-01-06
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
2021-09-04
hw/virtio: move vhost_set_backend_type() to vhost.c
Tiberiu Georgescu
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2020-09-29
vhost: switch to use IOTLB v2 format
Jason Wang
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2020-07-03
vhost: introduce new VhostOps vhost_force_iommu
Cindy Lu
2020-07-03
vhost: implement vhost_vq_get_addr method
Cindy Lu
2020-07-03
vhost: introduce new VhostOps vhost_vq_get_addr
Cindy Lu
2020-07-03
vhost: introduce new VhostOps vhost_dev_start
Cindy Lu
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