aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau1-3/+6
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau1-0/+1
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau1-5/+2
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau1-9/+7
2016-07-07tap: vhost busy polling supportJason Wang1-1/+39
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck1-12/+1
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck1-4/+16
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz1-4/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin1-0/+7
2016-02-18vhost-user interrupt management fixesVictor Kaplansky1-0/+9
2016-02-16vhost: simplify vhost_needs_vring_endian()Greg Kurz1-2/+7
2016-02-16vhost: move virtio 1.0 check to cross-endian helperGreg Kurz1-4/+5
2016-02-16virtio: move cross-endian helper to vhostGreg Kurz1-2/+15
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-11-26Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin1-9/+0
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu1-0/+9
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet1-3/+5
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau1-0/+3
2015-10-22vhost: use a function for each callMarc-André Lureau1-18/+18
2015-10-22vhost-user: add a migration blockerMarc-André Lureau1-4/+12
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau1-2/+3
2015-10-22vhost: alloc shareable logMarc-André Lureau1-10/+47
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau1-3/+3
2015-10-22vhost: document log resizingMarc-André Lureau1-0/+2
2015-10-22vhost: fail backend intialization earlyIgor Mammedov1-0/+6
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+21
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-2/+3
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu1-9/+6
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-2/+2
2015-06-23vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang1-4/+4