summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2021-08-261-4/+0Star
* vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2021-08-261-8/+2Star
* 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/+0Star
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5Star
* 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/+0Star
* 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/+0Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-7/+3Star
* 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
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* vhost: implement vhost_force_iommu methodCindy Lu2020-07-031-0/+5
* vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-9/+19
* vhost: implement vhost_dev_start methodCindy Lu2020-07-031-1/+9
* vhost: check the existence of vhost_set_iotlb_callbackJason Wang2020-07-031-3/+6
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-06-111-2/+2
|\
| * Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-091-2/+2
* | hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-081-16/+41
|/
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-1/+1
* vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
* vhost: coding style fixMichael S. Tsirkin2020-01-231-3/+3
* vhost: Only align sections for vhost-userDr. David Alan Gilbert2020-01-221-16/+18
* vhost: Add names to section rounded warningDr. David Alan Gilbert2020-01-221-3/+4
* virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert2019-10-291-3/+1Star
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+7
* vhost: Fix memory region section comparisonDr. David Alan Gilbert2019-09-251-2/+7
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* vhost: fix vhost_log size overflow during migrationLi Hangjing2019-06-161-0/+10
* vhost: fix incorrect print typeJie Wang2019-05-301-1/+1
* vhost: remove the dead codeJie Wang2019-05-301-1/+0Star
* vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2019-03-131-0/+96
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-1/+1
* vhost: fix invalid downcastYury Kotov2018-09-071-3/+1Star
* vhost: check region type before castingTiwei Bie2018-08-031-1/+3
* iommu: Add IOMMU index argument to notifier APIsPeter Maydell2018-06-151-1/+6
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-2/+7
|\
| * vhost: allow backends to filter memory sectionsTiwei Bie2018-05-241-2/+7
* | Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
|/