aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
2023-08-03vhost: fix the fd leakLi Feng
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier
2023-06-23vhost: release virtqueue objects in error pathPrasad Pandit
2023-06-23vhost: release memory_listener object in error pathPrasad Pandit
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu
2023-04-21vhost: Drop unused eventfd_add|del hooksPeter Xu
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez
2023-01-08vhost: configure all host notifiers in a single MR transactionLongpeng
2023-01-08vhost: simplify vhost_dev_enable_notifiersLongpeng
2023-01-08vhost: add support for configure interruptCindy Lu
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu
2022-11-07vhost: expose vhost_virtqueue_start()Kangjie Xu
2022-10-07hw/virtio: add some vhost-user trace eventsAlex Bennée
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-06vhost: use wfd on functions setting vring call fdSergio Lopez
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin
2022-01-07vhost: stick to -errno error return conventionRoman Kagan
2022-01-06vhost: add support for configure interruptCindy Lu
2021-12-17hw/virtio/vhost: Fix typo in comment.Leonardo Garcia
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-03-09Various spelling fixesMichael Tokarev
2021-03-02vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez
2020-11-03vhost-blk: set features before setting inflight featureJin Yu
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi
2020-10-30vhost-blk: set features before setting inflight featureJin Yu
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov