summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)Author
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin
2017-06-02vhost-user: add slave-req-fd supportMarc-André Lureau
2017-06-02vhost-user: add vhost_user to hold the chrMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-25vhost-user: pass message as a pointer to process_message_reply()Maxime Coquelin
2017-05-18migration: migration.h was not neededJuan Quintela
2017-05-10hw/virtio: fix vhost user fails to startup when MQZhiyong Yang
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23vhost-user: don't merge regions with different fdsMichael S. Tsirkin
2016-01-29virtio: Clean up includesPeter Maydell
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky
2015-10-29vhost-user: cleanup msg size mathMichael S. Tsirkin
2015-10-29vhost-user: cleanup struct size mathMichael S. Tsirkin
2015-10-22vhost-user: fix up rhel6 buildMichael S. Tsirkin
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-22vhost-user: add a migration blockerMarc-André Lureau
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-04-30vhost-user: remove superfluous '\n' around error_report()Gonglei