aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster1-8/+2
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-1/+1
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-3/+11
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf1-4/+4
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-6/+7
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-6/+10
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-03-02vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi1-7/+5
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu1-2/+11
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+1
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+20
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi1-18/+0
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+18
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz1-10/+0
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-7/+3
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov1-0/+12
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov1-3/+24
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang1-0/+10
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu1-0/+5
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-9/+19
2020-07-03vhost: implement vhost_dev_start methodCindy Lu1-1/+9
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang1-3/+6
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-2/+2
2020-06-09Fix parameter type in vhost migration log pathRaphael Norwitz1-2/+2
2020-06-08hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée1-16/+41