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