summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin1-0/+34
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-2/+2
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin1-67/+60
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena1-60/+67
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena1-0/+32
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau1-3/+10
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau1-16/+34
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau1-1/+3
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau1-3/+1
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-9/+7
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-8/+7
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin1-0/+20
2016-01-29virtio: Clean up includesPeter Maydell1-2/+1
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin1-1/+1
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin1-6/+11
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin1-2/+2
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu1-1/+1
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu1-3/+3
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky1-2/+9
2015-10-29vhost-user: cleanup msg size mathMichael S. Tsirkin1-3/+3
2015-10-29vhost-user: cleanup struct size mathMichael S. Tsirkin1-8/+8
2015-10-22vhost-user: fix up rhel6 buildMichael S. Tsirkin1-24/+24
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet1-4/+9
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-1/+31
2015-10-22vhost: use a function for each callMarc-André Lureau1-222/+300
2015-10-22vhost-user: add a migration blockerMarc-André Lureau1-0/+9
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau1-2/+25
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau1-2/+12
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau1-1/+15
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+6
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+19
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-0/+22
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu1-2/+10
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-1/+14
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-3/+3
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+31
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin1-10/+1
2015-06-01vhost-user: add multi queue supportOuyang Changchun1-1/+10
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei1-11/+11
2014-11-03vhost-user: fix mmap offset calculationMichael S. Tsirkin1-1/+1
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin1-1/+3
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev1-1/+3
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-9/+14
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev1-0/+342