Age | Commit message (Expand) | Author | Files | Lines |
2023-12-25 | vhost: Add worker backend callouts | Mike Christie | 1 | -0/+28 |
2023-10-22 | vhost-backend: remove vhost_kernel_reset_device() | Stefan Hajnoczi | 1 | -6/+0 |
2022-06-27 | vhost: add method vhost_set_vring_err | Konstantin Khlebnikov | 1 | -0/+7 |
2022-05-12 | vhost-backend: do not depend on CONFIG_VHOST_VSOCK | Paolo Bonzini | 1 | -4/+0 |
2022-01-07 | vhost-backend: stick to -errno error return convention | Roman Kagan | 1 | -1/+1 |
2022-01-07 | vhost-backend: avoid overflow on memslots_limit | Roman Kagan | 1 | -1/+1 |
2021-09-04 | hw/virtio: move vhost_set_backend_type() to vhost.c | Tiberiu Georgescu | 1 | -29/+1 |
2021-06-30 | vhost: Return 0/-errno in vhost_dev_init() | Kevin Wolf | 1 | -1/+3 |
2021-06-30 | vhost: Distinguish errors in vhost_backend_init() | Kevin Wolf | 1 | -1/+1 |
2021-02-05 | vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg | Eugenio Pérez | 1 | -0/+5 |
2020-11-03 | hw/virtio/vhost-backend: Fix Coverity CID 1432871 | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-09-29 | vhost: switch to use IOTLB v2 format | Jason Wang | 1 | -16/+70 |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa backend | Cindy Lu | 1 | -0/+6 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-02-21 | vhost-net: revamp configure logic | Paolo Bonzini | 1 | -2/+2 |
2019-02-21 | vhost: restrict Linux dependency to kernel vhost | Paolo Bonzini | 1 | -2/+10 |
2017-08-02 | vhost: fix a memory leak | Peng Hao | 1 | -0/+2 |
2017-07-03 | vhost: ensure vhost_ops are set before calling iotlb callback | Maxime Coquelin | 1 | -2/+8 |
2017-06-02 | vhost: rework IOTLB messaging | Maxime Coquelin | 1 | -57/+73 |
2017-01-18 | vhost_net: device IOTLB support | Jason Wang | 1 | -0/+99 |
2016-09-10 | vhost-vsock: add virtio sockets device | Stefan Hajnoczi | 1 | -0/+17 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -3/+2 |
2016-07-07 | tap: vhost busy polling support | Jason Wang | 1 | -0/+8 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-12 | vhost: rename RESET_DEVICE backto RESET_OWNER | Yuanhan Liu | 1 | -1/+1 |
2015-10-22 | vhost: use a function for each call | Marc-André Lureau | 1 | -12/+120 |
2015-10-22 | vhost-user: send log shm fd along with log_base | Marc-André Lureau | 1 | -1/+2 |
2015-10-22 | vhost: add vhost_set_log_base op | Marc-André Lureau | 1 | -0/+6 |
2015-10-22 | vhost: add vhost_has_free_slot() interface | Igor Mammedov | 1 | -0/+19 |
2015-09-24 | vhost: introduce vhost_backend_get_vq_index method | Yuanhan Liu | 1 | -1/+9 |
2015-03-10 | vhost: Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2014-08-09 | virtio: Move extern declaration to header file | Stefan Weil | 1 | -2/+0 |
2014-06-19 | Add vhost-user as a vhost backend. | Nikolay Nikolaev | 1 | -0/+5 |
2014-06-19 | Add vhost-backend and VhostBackendType | Nikolay Nikolaev | 1 | -0/+66 |