summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
2022-08-13virtio-mmio: support device modeVincent Guittot
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
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu
2020-07-03vhost: implement vhost_dev_start methodCindy Lu
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-06-09Fix parameter type in vhost migration log pathRaphael Norwitz
2020-06-08hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-23vhost: coding style fixMichael S. Tsirkin
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert
2019-10-29virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing
2019-05-29vhost: fix incorrect print typeJie Wang