summary refs log tree commit diff stats
path: root/hw/virtio/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2021-08-261-8/+2
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-1/+1
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-3/+11
* vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf2021-06-301-4/+4
* vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-6/+7
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-6/+10
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-051-2/+11
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+1
* vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+20
* Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-18/+0
* vhost-blk: set features before setting inflight featureJin Yu2020-10-301-0/+18
* vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz2020-10-301-10/+0
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-7/+3
* vhost: check queue state in the vhost_dev_set_log routineDima Stepanov2020-09-291-0/+12
* vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-3/+24
* vhost: switch to use IOTLB v2 formatJason Wang2020-09-291-0/+10