summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: fix log sizeMichael S. Tsirkin2015-11-181-1/+1
* vhost-user: start/stop all ringsMichael S. Tsirkin2015-11-161-6/+11
* vhost-user: print original request on errorMichael S. Tsirkin2015-11-161-2/+2
* vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu2015-11-161-1/+1
* vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2015-11-121-3/+3
* vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky2015-11-121-2/+9
* vhost-user: cleanup msg size mathMichael S. Tsirkin2015-10-291-3/+3
* vhost-user: cleanup struct size mathMichael S. Tsirkin2015-10-291-8/+8
* vhost-user: fix up rhel6 buildMichael S. Tsirkin2015-10-221-24/+24
* vhost-user: use an enum helper for features maskThibaut Collet2015-10-221-4/+9
* vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-1/+31
* vhost: use a function for each callMarc-André Lureau2015-10-221-222/+300
* vhost-user: add a migration blockerMarc-André Lureau2015-10-221-0/+9
* vhost-user: send log shm fd along with log_baseMarc-André Lureau2015-10-221-2/+25
* vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau2015-10-221-2/+12
* vhost: add vhost_set_log_base opMarc-André Lureau2015-10-221-1/+15
* vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-221-0/+6
* vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2015-09-241-0/+19
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-241-0/+22
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-241-2/+10
* vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2015-09-241-1/+14
* vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-3/+3
* vhost-user: add protocol feature negotiationMichael S. Tsirkin2015-09-241-0/+31
* vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu2015-09-241-16/+22
* Revert "vhost-user: add multi queue support"Michael S. Tsirkin2015-07-201-10/+1Star
* vhost-user: add multi queue supportOuyang Changchun2015-06-011-1/+10
* vhost-user: remove superfluous '\n' around error_report()Gonglei2015-04-301-11/+11
* vhost-user: fix mmap offset calculationMichael S. Tsirkin2014-11-031-1/+1
* vhost-user: minor cleanupsMichael S. Tsirkin2014-07-181-1/+3
* vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev2014-07-181-1/+3
* vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-9/+14
* Add vhost-user as a vhost backend.Nikolay Nikolaev2014-06-191-0/+342