summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun2020-09-011-1/+1
* Fix vhost-user buffer over-read on ram hot-unplugRaphael Norwitz2020-07-271-1/+1
* Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz2020-06-241-6/+6
* Lift max memory slots limit imposed by vhost-userRaphael Norwitz2020-06-121-19/+37
* Transmit vhost-user memory regions individuallyRaphael Norwitz2020-06-121-72/+438
* Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz2020-06-121-2/+47
* Add vhost-user helper to get MemoryRegion dataRaphael Norwitz2020-06-091-10/+15
* Add helper to populate vhost-user message regionsRaphael Norwitz2020-06-091-6/+12
* Refactor vhost_user_set_mem_table functionsRaphael Norwitz2020-05-041-76/+67Star
* Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz2020-02-271-1/+1
* vhost-user: only set slave channel for first vqAdrian Moreno2020-02-271-3/+5
* vhost-user: Print unexpected slave message typesDr. David Alan Gilbert2020-01-231-1/+1
* vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz2020-01-051-1/+7
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2019-05-291-0/+11
* vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2019-03-131-0/+107
* vhost-user: split vhost_user_read()Marc-André Lureau2019-03-131-8/+19
* vhost-user: wrap some read/write with retry handlingMarc-André Lureau2019-03-131-3/+12
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-131-4/+12
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-1/+12
* vhost-user: fix ioeventfd_enabledLi Qiang2019-01-151-1/+1
* vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets2018-10-111-12/+1Star
* vhost-user: Fix userfaultfd leakIlya Maximets2018-10-111-0/+7
* 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
|\