aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/vhost-backend.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez1-0/+4
2023-01-08vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov1-0/+3
2022-01-10Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin1-3/+0
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu1-6/+0
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-1/+1
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-1/+2
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang1-0/+2
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-1/+3
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu1-0/+3
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-0/+4
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu1-0/+6
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu1-0/+2
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+2
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji1-0/+10
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie1-0/+4
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-0/+8
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu1-0/+12
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin1-8/+15
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+13
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin1-0/+2
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi1-0/+5
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-4/+3
2016-07-07tap: vhost busy polling supportJason Wang1-0/+3
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin1-0/+4
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-0/+3
2015-10-22vhost: use a function for each callMarc-André Lureau1-7/+56
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau1-1/+3
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau1-0/+4
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau1-0/+3
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+2
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+2
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu1-0/+2
2014-08-09virtio: Move extern declaration to header fileStefan Weil1-0/+2
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-0/+11
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-0/+27