summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: support registering external host notifiersTiwei Bie2018-05-241-0/+113
* vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-241-9/+22
* vhost-user: allow slave to send fds via slave channelTiwei Bie2018-05-241-10/+17
* vhost: allow backends to filter memory sectionsTiwei Bie2018-05-241-0/+11
* hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson2018-05-231-1/+1
* vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert2018-05-231-1/+1
* vhost-user: support receiving file descriptors in slave_readTiwei Bie2018-05-231-1/+40
* vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin2018-04-091-0/+22
* vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2018-03-201-0/+34
* vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert2018-03-201-0/+1
* vhost+postcopy: Add vhost wakerDr. David Alan Gilbert2018-03-201-0/+30
* vhost+postcopy: Resolve client addressDr. David Alan Gilbert2018-03-201-1/+30
* vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert2018-03-201-0/+34
* vhost+postcopy: Send address back to qemuDr. David Alan Gilbert2018-03-201-2/+65
* postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert2018-03-201-2/+75
* vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2018-03-201-0/+34
* vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert2018-03-201-1/+19
* vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2018-03-201-0/+48
* postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert2018-03-201-1/+40
* cryptodev-vhost-user: add crypto session handlerGonglei2018-03-011-0/+104
* vhost: remove assertion to prevent crashJay Zhou2018-01-181-1/+4
* vhost-user: fix misaligned access to payloadMichael S. Tsirkin2018-01-181-15/+24
* vhost-user: factor out msg head and payloadMichael S. Tsirkin2018-01-181-97/+101
* vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2018-01-181-0/+118
* vhost-user: fix legacy cross-endian configurationsFelipe Franciosi2017-08-011-2/+21
* vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin2017-07-031-0/+1
* Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell2017-06-051-1/+1
|\
| * 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