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