aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user.c
AgeCommit message (Expand)Author
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/virtio: check owner for removing objectsAlbert Esteve
2024-03-11migration: remove migration.h referencesSteve Sistare
2024-02-28migration: remove error from notifier dataSteve Sistare
2024-02-28notify: pass error to notifier with returnSteve Sistare
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi
2023-10-22vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek
2023-10-22vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek
2023-10-22vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek
2023-10-22vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek
2023-10-22vhost-user: strip superfluous whitespaceLaszlo Ersek
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand
2023-10-04vhost-user: add shared_object msgAlbert Esteve
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan
2023-05-23hostmem-file: add offset optionAlexander Graf
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi
2023-03-07hw/virtio/vhost-user: avoid using unitialized errpAlbert Esteve
2023-03-02vhost-user: Adopt new backend namingMaxime Coquelin
2023-01-28Revert "vhost-user: Introduce nested event loop in vhost_user_read()"Greg Kurz
2023-01-28Revert "vhost-user: Monitor slave channel in vhost_user_read()"Greg Kurz
2023-01-28vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requestsMinghao Yuan
2023-01-27vhost-user: Correct a reference of TARGET_AARCH64Akihiko Odaki
2022-12-21vhost-user: send set log base message only onceYajun Wu
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée
2022-11-07vhost-user: Support vhost_dev_startYajun Wu
2022-11-07vhost-user: Fix out of order vring host notification handlingYajun Wu
2022-10-07hw/virtio: fix some coding style issuesAlex Bennée
2022-10-07hw/virtio: incorporate backend features in featuresAlex Bennée
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée
2022-05-16hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf