summary refs log tree commit diff stats
path: root/hw/virtio/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0
|/
* 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/+5
* vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert2018-02-081-251/+0
* 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/+0
* 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/+0
* 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
* virtio/vhost: reset dev->log after syncingFelipe Franciosi2017-10-151-2/+3
* vhost: Release memory references on cleanupAlex Williamson2017-09-081-0/+4
* vhost: use QEMU_ALIGN_DOWNMarc-André Lureau2017-08-311-1/+1
* vhost: rework IOTLB messagingMaxime Coquelin2017-06-021-4/+4
* vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin2017-06-021-5/+10
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* memory: add section range info for IOMMU notifierPeter Xu2017-04-201-3/+10
* vhost: generalize iommu memory regionJason Wang2017-03-301-20/+64
* vhost: skip ROM sectionsMichael S. Tsirkin2017-02-011-1/+2
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-1/+7
* vhost_net: device IOTLB supportJason Wang2017-01-181-22/+144
* net: vhost stop updates virtio queue stateYuri Benditovich2017-01-101-0/+1
* virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini2016-11-181-7/+7
* vhost: drop legacy vring layout bitsGreg Kurz2016-11-151-13/+0
* vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2016-11-151-19/+60
* vhost: migration blocker only if shared log is usedRafael David Tinoco2016-11-151-1/+1
* virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2016-10-301-0/+3
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-301-1/+1
* vhost: don't set vring call if no vectorJason Wang2016-09-091-0/+14
* vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau2016-07-291-1/+2
* vhost: add vhost_net_set_backend()Marc-André Lureau2016-07-291-0/+10
* vhost: add assert() to check runtime behaviourMarc-André Lureau2016-07-291-0/+9
* vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau2016-07-291-10/+9
* vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau2016-07-291-2/+15
* vhost: do not assert() on vhost_ops failureMarc-André Lureau2016-07-291-17/+32
* vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau2016-07-291-11/+6