aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
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
2014-12-01vhost: Fix vhostfd leak in error branchGonglei
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang
2014-06-23vhost: fix resource leak in error handlingMichael S. Tsirkin
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-11vhost: replace ffsl with ctzlNatanael Copa
2013-08-12vhost: clear signalled_used_valid on vhost stopMichael S. Tsirkin
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini