aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
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
2019-05-29vhost: remove the dead codeJie Wang
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini
2018-09-07vhost: fix invalid downcastYury Kotov
2018-08-03vhost: check region type before castingTiwei Bie
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie
2018-05-23vhost: add trace for IOTLB missPeter Xu
2018-04-16vhost: do not verify ring mappings when IOMMU is enabledJason Wang
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-04-09vhost: Allow adjoining regionsDr. David Alan Gilbert
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau
2018-03-20vhost: Huge page align and mergeDr. David Alan Gilbert
2018-03-01vhost: fix incorrect check in vhost_verify_ring_mappingsJia He
2018-03-01vhost: avoid to start/stop virtqueue which is not readyJia He
2018-03-01vhost: fix memslot limit checkJay Zhou
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert
2018-02-08vhost: Regenerate region list from changed sections listDr. David Alan Gilbert
2018-02-08vhost: Merge sections added to temporary listDr. David Alan Gilbert
2018-02-08vhost: Simplify ring verification checksDr. David Alan Gilbert
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2018-02-08Revert "vhost: add traces for memory listeners"Michael S. Tsirkin
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu
2018-02-07vhost: add traces for memory listenersPeter Xu
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu
2017-12-01vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz
2017-12-01vhost: restore avail index from vring used index on disconnectionMaxime Coquelin
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi
2017-09-08vhost: Release memory references on cleanupAlex Williamson
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-20memory: add section range info for IOMMU notifierPeter Xu
2017-03-30vhost: generalize iommu memory regionJason Wang
2017-02-01vhost: skip ROM sectionsMichael S. Tsirkin
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya