summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-26/+26
* cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan2023-06-231-13/+62
* hostmem-file: add offset optionAlexander Graf2023-05-231-0/+1
* vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand2023-05-191-11/+1
* vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi2023-05-191-1/+15
* hw/virtio/vhost-user: avoid using unitialized errpAlbert Esteve2023-03-071-2/+2
* vhost-user: Adopt new backend namingMaxime Coquelin2023-03-021-15/+15
* Revert "vhost-user: Introduce nested event loop in vhost_user_read()"Greg Kurz2023-01-281-60/+5
* Revert "vhost-user: Monitor slave channel in vhost_user_read()"Greg Kurz2023-01-281-32/+3
* vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requestsMinghao Yuan2023-01-281-0/+2
* vhost-user: Correct a reference of TARGET_AARCH64Akihiko Odaki2023-01-271-1/+1
* vhost-user: send set log base message only onceYajun Wu2022-12-211-0/+5
* cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-141-5/+1
* hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2022-12-011-0/+71
* vhost-user: Support vhost_dev_startYajun Wu2022-11-071-1/+73
* vhost-user: Fix out of order vring host notification handlingYajun Wu2022-11-071-0/+5
* hw/virtio: fix some coding style issuesAlex Bennée2022-10-071-3/+4
* hw/virtio: incorporate backend features in featuresAlex Bennée2022-10-071-1/+8
* vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu2022-09-291-1/+1
* hw/virtio: fix vhost_user_read tracepointAlex Bennée2022-08-171-2/+2
* vhost: add method vhost_set_vring_errKonstantin Khlebnikov2022-06-271-0/+6
* virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu2022-06-161-1/+1
* hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu2022-06-091-5/+3
* virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée2022-05-161-17/+66
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-161-13/+33
* hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2022-05-161-0/+4
* vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo2022-05-051-1/+1
* vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf2022-05-041-1/+1
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-1/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-2/+2
* vhost-user: fix VirtQ notifier cleanupXueming Li2022-03-041-19/+29
* vhost-user: remove VirtQ notifier restoreXueming Li2022-03-041-18/+1
* vhost-user: stick to -errno error return conventionRoman Kagan2022-01-071-178/+223
* vhost-user: fix duplicated notifier MR initXueming Li2021-10-201-2/+3
* hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang2021-09-041-1/+2
* vhost-user: add missing space in error messageAlyssa Ross2021-09-041-1/+1
* vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov2021-09-041-44/+101
* hw/virtio: Fix leak of host-notifier memory-regionYajun Wu2021-09-041-0/+1
* vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2021-08-261-0/+6
* vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2021-08-261-0/+2
* 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/+39
* vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz2021-03-221-9/+10