aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+2
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf1-1/+7
2024-03-12hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek1-0/+204
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek1-0/+37
2023-11-01cpr: relax vhost migration blockersSteve Sistare1-1/+1
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+9
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi1-0/+9
2023-10-20migration: simplify blockersSteve Sistare1-6/+2
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-2/+2
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand1-1/+13
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand1-0/+11
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand1-4/+14
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand1-2/+2
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand1-5/+1
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand1-9/+47
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-08-03vhost: fix the fd leakLi Feng1-0/+2
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov1-12/+26
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-1/+1
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier1-29/+36
2023-06-23vhost: release virtqueue objects in error pathPrasad Pandit1-1/+2
2023-06-23vhost: release memory_listener object in error pathPrasad Pandit1-0/+3
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu1-1/+1
2023-04-21vhost: Drop unused eventfd_add|del hooksPeter Xu1-14/+0
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez1-0/+3
2023-01-08vhost: configure all host notifiers in a single MR transactionLongpeng1-0/+24
2023-01-08vhost: simplify vhost_dev_enable_notifiersLongpeng1-16/+4
2023-01-08vhost: add support for configure interruptCindy Lu1-1/+77
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang1-20/+64
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-5/+39
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu1-4/+4
2022-11-07vhost: expose vhost_virtqueue_start()Kangjie Xu1-4/+4
2022-10-07hw/virtio: add some vhost-user trace eventsAlex Bennée1-0/+6
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée1-3/+7
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov1-0/+37
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun1-0/+4
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-1/+3
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06vhost: use wfd on functions setting vring call fdSergio Lopez1-3/+3
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin1-76/+0
2022-01-07vhost: stick to -errno error return conventionRoman Kagan1-54/+46
2022-01-06vhost: add support for configure interruptCindy Lu1-0/+76
2021-12-17hw/virtio/vhost: Fix typo in comment.Leonardo Garcia1-1/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+2
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang1-1/+1
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu1-0/+29
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster1-4/+0