aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan1-0/+1
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan1-6/+12
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-26/+26
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan1-13/+62
2023-05-23hostmem-file: add offset optionAlexander Graf1-0/+1
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand1-11/+1
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi1-1/+15
2023-03-07hw/virtio/vhost-user: avoid using unitialized errpAlbert Esteve1-2/+2
2023-03-02vhost-user: Adopt new backend namingMaxime Coquelin1-15/+15
2023-01-28Revert "vhost-user: Introduce nested event loop in vhost_user_read()"Greg Kurz1-60/+5
2023-01-28Revert "vhost-user: Monitor slave channel in vhost_user_read()"Greg Kurz1-32/+3
2023-01-28vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requestsMinghao Yuan1-0/+2
2023-01-27vhost-user: Correct a reference of TARGET_AARCH64Akihiko Odaki1-1/+1
2022-12-21vhost-user: send set log base message only onceYajun Wu1-0/+5
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-5/+1
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée1-0/+71
2022-11-07vhost-user: Support vhost_dev_startYajun Wu1-1/+73
2022-11-07vhost-user: Fix out of order vring host notification handlingYajun Wu1-0/+5
2022-10-07hw/virtio: fix some coding style issuesAlex Bennée1-3/+4
2022-10-07hw/virtio: incorporate backend features in featuresAlex Bennée1-1/+8
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu1-1/+1
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée1-2/+2
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov1-0/+6
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu1-1/+1
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu1-5/+3
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée1-17/+66
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée1-13/+33
2022-05-16hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée1-0/+4
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo1-1/+1
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf1-1/+1
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-2/+2
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li1-19/+29
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li1-18/+1
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan1-178/+223
2021-10-20vhost-user: fix duplicated notifier MR initXueming Li1-2/+3
2021-09-04hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang1-1/+2
2021-09-04vhost-user: add missing space in error messageAlyssa Ross1-1/+1
2021-09-04vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov1-44/+101
2021-09-04hw/virtio: Fix leak of host-notifier memory-regionYajun Wu1-0/+1
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster1-0/+6
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster1-0/+2
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau1-1/+1
2021-07-09vhost-user: Fix backends without multiqueue supportKevin Wolf1-0/+3
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-12/+12
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf1-3/+7
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-20/+21
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+5
2021-03-22vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz1-3/+32
2021-03-22vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz1-5/+60