summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
| * 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/+8
|\ \ | |/
| * vhost: 64 bit featuresCornelia Huck2015-06-101-7/+7
| * vhost: put log correctly in vhost_dev_start()Jason Wang2015-06-101-3/+1
* | 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/+0
* 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/+3
* 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/+2
* vhost: replace ffsl with ctzlNatanael Copa2014-06-111-4/+2
* 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/+4
* 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
OpenPOWER on IntegriCloud