summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+50
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-13/+1
2015-06-17vhost: set vring endianness for legacy virtioGreg Kurz1-1/+49
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-10/+8
2015-06-10vhost: 64 bit featuresCornelia Huck1-7/+7
2015-06-10vhost: put log correctly in vhost_dev_start()Jason Wang1-3/+1
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-2/+4
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+2
2015-06-04vhost: logs sharingJason Wang1-18/+59
2015-04-20vhost: fix log base addressMichael S. Tsirkin1-2/+5
2014-12-01vhost: Fix vhostfd leak in error branchGonglei1-0/+2
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang1-2/+0
2014-06-23vhost: fix resource leak in error handlingMichael S. Tsirkin1-4/+6
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin1-0/+11
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-1/+5
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-20/+21
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-9/+3
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-0/+27
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-6/+2
2014-06-11vhost: replace ffsl with ctzlNatanael Copa1-4/+2
2013-08-12vhost: clear signalled_used_valid on vhost stopMichael S. Tsirkin1-0/+1
2013-07-04add a header file for atomic operationsPaolo Bonzini1-5/+4
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+2
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-2/+2
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-13/+18
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger1-15/+38
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1042