summaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)Author
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini
2019-01-14vhost-user: fix ioeventfd_enabledLi Qiang
2018-10-11vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets
2018-10-11vhost-user: Fix userfaultfd leakIlya Maximets
2018-05-24vhost-user: support registering external host notifiersTiwei Bie
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-24vhost-user: allow slave to send fds via slave channelTiwei Bie
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie
2018-04-09vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert
2018-03-20vhost+postcopy: Add vhost wakerDr. David Alan Gilbert
2018-03-20vhost+postcopy: Resolve client addressDr. David Alan Gilbert
2018-03-20vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert
2018-03-20vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei
2018-01-18vhost: remove assertion to prevent crashJay Zhou
2018-01-18vhost-user: fix misaligned access to payloadMichael S. Tsirkin
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu
2017-08-02vhost-user: fix legacy cross-endian configurationsFelipe Franciosi
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin
2017-06-02vhost-user: add slave-req-fd supportMarc-André Lureau
2017-06-02vhost-user: add vhost_user to hold the chrMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-25vhost-user: pass message as a pointer to process_message_reply()Maxime Coquelin
2017-05-18migration: migration.h was not neededJuan Quintela
2017-05-10hw/virtio: fix vhost user fails to startup when MQZhiyong Yang
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena