aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-backend.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-25vhost: Add worker backend calloutsMike Christie1-0/+28
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi1-6/+0
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov1-0/+7
2022-05-12vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini1-4/+0
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan1-1/+1
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan1-1/+1
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu1-29/+1
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf1-1/+3
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-1/+1
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez1-0/+5
2020-11-03hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé1-2/+2
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang1-16/+70
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-0/+6
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-02-21vhost-net: revamp configure logicPaolo Bonzini1-2/+2
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-2/+10
2017-08-02vhost: fix a memory leakPeng Hao1-0/+2
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin1-2/+8
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin1-57/+73
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+99
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi1-0/+17
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-3/+2
2016-07-07tap: vhost busy polling supportJason Wang1-0/+8
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu1-1/+1
2015-10-22vhost: use a function for each callMarc-André Lureau1-12/+120
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau1-1/+2
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau1-0/+6
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+19
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu1-1/+9
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei1-1/+1
2014-08-09virtio: Move extern declaration to header fileStefan Weil1-2/+0
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev1-0/+5
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-0/+66