summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-241-2/+3
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-241-9/+6Star
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-2/+2
* vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang2015-06-231-4/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-191-14/+50
|\
| * vhost: enable vhost without without MSI-XPankaj Gupta2015-06-191-13/+1Star
| * vhost: set vring endianness for legacy virtioGreg Kurz2015-06-171-1/+49
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-111-10/+8Star
|\|
| * vhost: 64 bit featuresCornelia Huck2015-06-101-7/+7
| * vhost: put log correctly in vhost_dev_start()Jason Wang2015-06-101-3/+1Star
* | memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+4
* | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+2
|/
* vhost: logs sharingJason Wang2015-06-041-18/+59
* vhost: fix log base addressMichael S. Tsirkin2015-04-201-2/+5
* vhost: Fix vhostfd leak in error branchGonglei2014-12-011-0/+2
* vhost_net: start/stop guest notifiers properlyJason Wang2014-09-031-2/+0Star
* vhost: fix resource leak in error handlingMichael S. Tsirkin2014-06-231-4/+6
* vhost: block migration if backend does not log memoryMichael S. Tsirkin2014-06-231-0/+11
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-191-1/+5
* Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-191-20/+21
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-191-9/+3Star
* vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-191-0/+27
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-6/+2Star
* vhost: replace ffsl with ctzlNatanael Copa2014-06-111-4/+2Star
* vhost: clear signalled_used_valid on vhost stopMichael S. Tsirkin2013-08-121-0/+1
* add a header file for atomic operationsPaolo Bonzini2013-07-041-5/+4Star
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+2
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-2/+2
* virtio: remove virtiobindings.KONRAD Frederic2013-04-241-13/+18
* vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger2013-04-191-15/+38
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+1042