summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* vhost: add trace for IOTLB missPeter Xu2018-05-231-0/+7
* vhost: do not verify ring mappings when IOMMU is enabledJason Wang2018-04-161-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-04-091-1/+1
|\
| * memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau2018-04-091-1/+1
* | vhost: Allow adjoining regionsDr. David Alan Gilbert2018-04-091-4/+9
* | vhost-user-blk: set config ops before vhost-user initMaxime Coquelin2018-04-091-1/+0Star
|/
* vhost: Huge page align and mergeDr. David Alan Gilbert2018-03-201-10/+56
* vhost: fix incorrect check in vhost_verify_ring_mappingsJia He2018-03-011-2/+2
* vhost: avoid to start/stop virtqueue which is not readyJia He2018-03-011-1/+17
* vhost: fix memslot limit checkJay Zhou2018-03-011-7/+12
* vhost: Move log_dirty checkDr. David Alan Gilbert2018-02-081-7/+13
* vhost: Merge and delete unused callbacksDr. David Alan Gilbert2018-02-081-28/+5Star
* vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert2018-02-081-251/+0Star
* vhost: Regenerate region list from changed sections listDr. David Alan Gilbert2018-02-081-4/+35
* vhost: Merge sections added to temporary listDr. David Alan Gilbert2018-02-081-9/+67
* vhost: Simplify ring verification checksDr. David Alan Gilbert2018-02-081-37/+42
* vhost: Build temporary section list and deref after commitDr. David Alan Gilbert2018-02-081-26/+47
* virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-081-0/+2
* Revert "vhost: add traces for memory listeners"Michael S. Tsirkin2018-02-081-7/+0Star
* memfd: add error argument, instead of perror()Marc-André Lureau2018-02-071-1/+7
* memory: do explicit cleanup when remove listenersPeter Xu2018-02-071-4/+0Star
* vhost: add traces for memory listenersPeter Xu2018-02-071-0/+7
* vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2018-01-181-0/+32
* vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz2017-12-011-3/+3
* vhost: restore avail index from vring used index on disconnectionMaxime Coquelin2017-12-011-0/+4