summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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-281-0/+10
* vhost: add assert() to check runtime behaviourMarc-André Lureau2016-07-281-0/+9
* vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau2016-07-281-10/+9Star
* vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau2016-07-281-2/+15
* vhost: do not assert() on vhost_ops failureMarc-André Lureau2016-07-281-17/+32
* vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau2016-07-281-11/+6Star
* vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau2016-07-281-1/+6
* vhost: fix cleanup on not fully initialized deviceMarc-André Lureau2016-07-281-3/+6
* vhost: assert the log was cleaned upMarc-André Lureau2016-07-281-0/+1
* vhost: make vhost_log_put() idempotentMarc-André Lureau2016-07-281-5/+2Star
* vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau2016-07-281-9/+7Star
* tap: vhost busy polling supportJason Wang2016-07-071-1/+39
* virtio-bus: remove old set_host_notifier callbackCornelia Huck2016-06-241-12/+1Star
* 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/+0Star
* 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/+0Star
* 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