summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* vhost-net: revamp configure logicPaolo Bonzini2019-02-211-2/+2
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+10
* vhost: fix a memory leakPeng Hao2017-08-011-0/+2
* vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin2017-07-031-2/+8
* vhost: rework IOTLB messagingMaxime Coquelin2017-06-021-57/+73
* vhost_net: device IOTLB supportJason Wang2017-01-181-0/+99
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-091-0/+17
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-3/+2Star
* tap: vhost busy polling supportJason Wang2016-07-071-0/+8
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2015-11-121-1/+1
* vhost: use a function for each callMarc-André Lureau2015-10-221-12/+120
* vhost-user: send log shm fd along with log_baseMarc-André Lureau2015-10-221-1/+2
* vhost: add vhost_set_log_base opMarc-André Lureau2015-10-221-0/+6
* vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-221-0/+19
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-241-1/+9
* vhost: Remove superfluous '\n' around error_report()Gonglei2015-03-101-1/+1
* virtio: Move extern declaration to header fileStefan Weil2014-08-081-2/+0Star
* Add vhost-user as a vhost backend.Nikolay Nikolaev2014-06-191-0/+5
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-191-0/+66