summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert1-251/+0
2018-02-08vhost: Regenerate region list from changed sections listDr. David Alan Gilbert1-4/+35
2018-02-08vhost: Merge sections added to temporary listDr. David Alan Gilbert1-9/+67
2018-02-08vhost: Simplify ring verification checksDr. David Alan Gilbert1-37/+42
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert1-26/+47
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2018-02-08Revert "vhost: add traces for memory listeners"Michael S. Tsirkin1-7/+0
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau1-1/+7
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu1-4/+0
2018-02-07vhost: add traces for memory listenersPeter Xu1-0/+7
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu1-0/+32
2017-12-01vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz1-3/+3
2017-12-01vhost: restore avail index from vring used index on disconnectionMaxime Coquelin1-0/+4
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi1-2/+3
2017-09-08vhost: Release memory references on cleanupAlex Williamson1-0/+4
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin1-4/+4
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin1-5/+10
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-20memory: add section range info for IOMMU notifierPeter Xu1-3/+10
2017-03-30vhost: generalize iommu memory regionJason Wang1-20/+64
2017-02-01vhost: skip ROM sectionsMichael S. Tsirkin1-1/+2
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-1/+7
2017-01-18vhost_net: device IOTLB supportJason Wang1-22/+144
2017-01-10net: vhost stop updates virtio queue stateYuri Benditovich1-0/+1
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini1-7/+7
2016-11-15vhost: drop legacy vring layout bitsGreg Kurz1-13/+0
2016-11-15vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz1-19/+60
2016-11-15vhost: migration blocker only if shared log is usedRafael David Tinoco1-1/+1
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini1-0/+3
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini1-1/+1
2016-09-09vhost: don't set vring call if no vectorJason Wang1-0/+14
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau1-1/+2
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau1-0/+10
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau1-0/+9
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau1-10/+9
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau1-2/+15
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6