aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-backend.c
AgeCommit message (Expand)Author
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez
2020-11-03hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-02-21vhost-net: revamp configure logicPaolo Bonzini
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini
2017-08-02vhost: fix a memory leakPeng Hao
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin
2017-01-18vhost_net: device IOTLB supportJason Wang
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-07tap: vhost busy polling supportJason Wang
2016-01-29virtio: Clean up includesPeter Maydell
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu
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: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei
2014-08-09virtio: Move extern declaration to header fileStefan Weil
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev