aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/vhost-backend.h
AgeCommit message (Expand)Author
2023-12-25vhost: Add worker backend calloutsMike Christie
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand
2023-10-04vhost-user: add shared_object msgAlbert Esteve
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez
2023-01-08vhost: introduce new VhostOps vhost_set_config_callCindy Lu
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov
2022-01-10Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin
2017-01-18vhost_net: device IOTLB supportJason Wang
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-07tap: vhost busy polling supportJason Wang
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2014-08-09virtio: Move extern declaration to header fileStefan Weil
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev