aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng1-1/+1
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang1-1/+11
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-4/+4
2020-01-23vhost: coding style fixMichael S. Tsirkin1-3/+3
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2019-10-29virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert1-3/+1
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+7
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing1-0/+10
2019-05-29vhost: fix incorrect print typeJie Wang1-1/+1
2019-05-29vhost: remove the dead codeJie Wang1-1/+0
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji1-0/+96
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-1/+1
2018-09-07vhost: fix invalid downcastYury Kotov1-3/+1
2018-08-03vhost: check region type before castingTiwei Bie1-1/+3
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+6
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+7
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie1-2/+7
2018-05-23vhost: add trace for IOTLB missPeter Xu1-0/+7
2018-04-16vhost: do not verify ring mappings when IOMMU is enabledJason Wang1-0/+4
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-04-09vhost: Allow adjoining regionsDr. David Alan Gilbert1-4/+9
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin1-1/+0
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau1-1/+1
2018-03-20vhost: Huge page align and mergeDr. David Alan Gilbert1-10/+56
2018-03-01vhost: fix incorrect check in vhost_verify_ring_mappingsJia He1-2/+2
2018-03-01vhost: avoid to start/stop virtqueue which is not readyJia He1-1/+17
2018-03-01vhost: fix memslot limit checkJay Zhou1-7/+12
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert1-7/+13
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert1-28/+5