aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
2016-09-09vhost: don't set vring call if no vectorJason Wang
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau
2016-07-07tap: vhost busy polling supportJason Wang
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-02-16vhost: simplify vhost_needs_vring_endian()Greg Kurz
2016-02-16vhost: move virtio 1.0 check to cross-endian helperGreg Kurz
2016-02-16virtio: move cross-endian helper to vhostGreg Kurz
2016-01-29virtio: Clean up includesPeter Maydell
2015-11-26Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-22vhost-user: add a migration blockerMarc-André Lureau
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau
2015-10-22vhost: alloc shareable logMarc-André Lureau
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: document log resizingMarc-André Lureau
2015-10-22vhost: fail backend intialization earlyIgor Mammedov
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-06-23vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-17vhost: set vring endianness for legacy virtioGreg Kurz
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-10vhost: 64 bit featuresCornelia Huck
2015-06-10vhost: put log correctly in vhost_dev_start()Jason Wang
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-04vhost: logs sharingJason Wang
2015-04-20vhost: fix log base addressMichael S. Tsirkin