summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-09vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin1-0/+22
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert1-0/+34
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert1-0/+1
2018-03-20vhost+postcopy: Add vhost wakerDr. David Alan Gilbert1-0/+30
2018-03-20vhost+postcopy: Resolve client addressDr. David Alan Gilbert1-1/+30
2018-03-20vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert1-0/+34
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert1-2/+65
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert1-2/+75
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert1-0/+34
2018-03-20vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert1-1/+19
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert1-0/+48
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert1-1/+40
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-0/+104
2018-01-18vhost: remove assertion to prevent crashJay Zhou1-1/+4
2018-01-18vhost-user: fix misaligned access to payloadMichael S. Tsirkin1-15/+24
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin1-97/+101
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu1-0/+118
2017-08-02vhost-user: fix legacy cross-endian configurationsFelipe Franciosi1-2/+21
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin1-0/+1
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin1-3/+45
2017-06-02vhost-user: add slave-req-fd supportMarc-André Lureau1-0/+127
2017-06-02vhost-user: add vhost_user to hold the chrMarc-André Lureau1-3/+16
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-25vhost-user: pass message as a pointer to process_message_reply()Maxime Coquelin1-6/+6
2017-05-18migration: migration.h was not neededJuan Quintela1-1/+0
2017-05-10hw/virtio: fix vhost user fails to startup when MQZhiyong Yang1-8/+13
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