summary refs log tree commit diff stats
path: root/hw/virtio/vhost.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau2016-07-291-1/+6
* vhost: fix cleanup on not fully initialized deviceMarc-André Lureau2016-07-291-3/+6
* vhost: assert the log was cleaned upMarc-André Lureau2016-07-291-0/+1
* vhost: make vhost_log_put() idempotentMarc-André Lureau2016-07-291-5/+2
* vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau2016-07-291-9/+7
* tap: vhost busy polling supportJason Wang2016-07-071-1/+39
* virtio-bus: remove old set_host_notifier callbackCornelia Huck2016-06-241-12/+1
* virtio-bus: have callers tolerate new host notifier apiCornelia Huck2016-06-241-4/+16
* virtio: move bi-endian target support to a single locationGreg Kurz2016-06-071-4/+0
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2016-02-231-0/+7
* vhost-user interrupt management fixesVictor Kaplansky2016-02-181-0/+9
* vhost: simplify vhost_needs_vring_endian()Greg Kurz2016-02-161-2/+7
* vhost: move virtio 1.0 check to cross-endian helperGreg Kurz2016-02-161-4/+5
* virtio: move cross-endian helper to vhostGreg Kurz2016-02-161-2/+15
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin2015-11-261-9/+0
* vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu2015-11-121-0/+9
* vhost: set the correct queue index in case of migration with multiqueueThibaut Collet2015-10-221-3/+5
* vhost: add migration block if memfd failedMarc-André Lureau2015-10-221-0/+3
* vhost: use a function for each callMarc-André Lureau2015-10-221-18/+18
* vhost-user: add a migration blockerMarc-André Lureau2015-10-221-4/+12
* vhost-user: send log shm fd along with log_baseMarc-André Lureau2015-10-221-2/+3
* vhost: alloc shareable logMarc-André Lureau2015-10-221-10/+47
* vhost: add vhost_set_log_base opMarc-André Lureau2015-10-221-3/+3
* vhost: document log resizingMarc-André Lureau2015-10-221-0/+2
* vhost: fail backend intialization earlyIgor Mammedov2015-10-221-0/+6
* vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-221-0/+21
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-241-2/+3
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-241-9/+6
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-2/+2
* vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang2015-06-231-4/+4