aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi1-3/+2
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun1-1/+1
2020-07-27Fix vhost-user buffer over-read on ram hot-unplugRaphael Norwitz1-1/+1
2020-06-24Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz1-6/+6
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz1-19/+37
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz1-72/+438
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz1-2/+47
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz1-10/+15
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz1-6/+12
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz1-76/+67
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz1-1/+1
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno1-3/+5
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert1-1/+1
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz1-1/+7
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+11
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji1-0/+107
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau1-8/+19
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau1-3/+12
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-4/+12
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-1/+12
2019-01-14vhost-user: fix ioeventfd_enabledLi Qiang1-1/+1
2018-10-11vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets1-12/+1
2018-10-11vhost-user: Fix userfaultfd leakIlya Maximets1-0/+7
2018-05-24vhost-user: support registering external host notifiersTiwei Bie1-0/+113
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-9/+22
2018-05-24vhost-user: allow slave to send fds via slave channelTiwei Bie1-10/+17
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie1-0/+11
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson1-1/+1
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert1-1/+1
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie1-1/+40
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