summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* vhost-user: Fix backends without multiqueue supportKevin Wolf2021-07-091-0/+3
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-12/+12
* vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf2021-06-301-3/+7
* vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-20/+21
* vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-181-0/+5
* vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz2021-03-221-3/+32
* vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz2021-03-221-5/+60
* vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz2021-03-221-60/+39Star
* vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz2021-03-221-9/+10
* vhost-user: Fix double-close on slave_read() error pathGreg Kurz2021-03-221-8/+3Star
* vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz2021-03-221-3/+3
* vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi2020-11-121-3/+2Star
* 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