summary refs log tree commit diff stats
path: root/hw/virtio/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+2
* vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf2024-03-261-1/+7
* hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* vhost: Add high-level state save/load functionsHanna Czenczek2023-11-071-0/+204
* vhost-user: Interface for migration state transferHanna Czenczek2023-11-071-0/+37
* cpr: relax vhost migration blockersSteve Sistare2023-11-011-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-0/+9
|\
| * virtio: call ->vhost_reset_device() during resetStefan Hajnoczi2023-10-221-0/+9
* | migration: simplify blockersSteve Sistare2023-10-201-6/+2
|/
* memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand2023-10-121-2/+2
* memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2023-10-121-1/+13
* vhost: Add vhost_get_max_memslots()David Hildenbrand2023-10-121-0/+11
* memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2023-10-121-4/+14
* vhost: Return number of free memslotsDavid Hildenbrand2023-10-121-2/+2
* vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand2023-10-121-5/+1
* vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand2023-10-121-9/+47
* hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth2023-10-061-4/+4
* vhost: fix the fd leakLi Feng2023-08-031-0/+2
* vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov2023-07-101-12/+26
* exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2023-06-281-1/+1
* vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier2023-06-261-29/+36
* vhost: release virtqueue objects in error pathPrasad Pandit2023-06-231-1/+2
* vhost: release memory_listener object in error pathPrasad Pandit2023-06-231-0/+3
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-231-1/+0
* vhost: expose function vhost_dev_has_iommu()Cindy Lu2023-05-191-1/+1
* vhost: Drop unused eventfd_add|del hooksPeter Xu2023-04-211-14/+0
* vdpa: move vhost reset after get vring baseEugenio Pérez2023-03-071-0/+3
* vhost: configure all host notifiers in a single MR transactionLongpeng2023-01-081-0/+24
* vhost: simplify vhost_dev_enable_notifiersLongpeng2023-01-081-16/+4
* vhost: add support for configure interruptCindy Lu2023-01-081-1/+77
* vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang2022-12-211-20/+64
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-5/+39
* vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-071-4/+4
* vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-071-4/+4
* hw/virtio: add some vhost-user trace eventsAlex Bennée2022-10-071-0/+6
* hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée2022-08-171-3/+7
* vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-271-0/+37
* vhost: also check queue state in the vhost_dev_set_log error routineNi Xun2022-06-161-0/+4
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-1/+3
* Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* vhost: use wfd on functions setting vring call fdSergio Lopez2022-03-061-3/+3
* Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-76/+0
* vhost: stick to -errno error return conventionRoman Kagan2022-01-071-54/+46
* vhost: add support for configure interruptCindy Lu2022-01-061-0/+76
* hw/virtio/vhost: Fix typo in comment.Leonardo Garcia2021-12-171-1/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
* vhost: correctly detect the enabling IOMMUJason Wang2021-09-041-1/+1
* hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-041-0/+29
* vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2021-08-261-4/+0