summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost.c
AgeCommit message (Expand)Author
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