summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user.c
Commit message (Expand)AuthorAgeFilesLines
...
| * char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
| * chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* | spec/vhost-user spec: Add IOMMU supportMaxime Coquelin2017-06-021-3/+45
* | vhost-user: add slave-req-fd supportMarc-André Lureau2017-06-021-0/+127
* | vhost-user: add vhost_user to hold the chrMarc-André Lureau2017-06-021-3/+16
|/
* vhost-user: pass message as a pointer to process_message_reply()Maxime Coquelin2017-05-251-6/+6
* migration: migration.h was not neededJuan Quintela2017-05-181-1/+0Star
* hw/virtio: fix vhost user fails to startup when MQZhiyong Yang2017-05-101-8/+13
* vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+34
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-2/+2
* Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin2016-08-151-67/+60Star
* vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena2016-08-101-60/+67
* vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena2016-08-101-0/+32
* vhost-user: add error report in vhost_user_write()Marc-André Lureau2016-07-281-3/+10
* vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau2016-07-281-16/+34
* vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau2016-07-281-1/+3
* vhost-user: call set_msgfds unconditionallyMarc-André Lureau2016-07-281-3/+1Star
* memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2016-05-291-9/+7Star
* memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2016-05-291-8/+7Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2016-02-231-0/+20
* virtio: Clean up includesPeter Maydell2016-01-291-2/+1Star
* 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