summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util: drop qemu_socket_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-191-1/+4
* Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-2/+0
|\
| * cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-2/+0
* | include/system: Move exec/ramblock.h to system/ramblock.hRichard Henderson2025-04-231-1/+1
|/
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* vhost-user: fix shared object return valuesAlbert Esteve2024-11-041-4/+9
* virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net deviceyaozhenguo2024-11-041-20/+26
* vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requestsBillXiang2024-07-011-0/+1
* vhost-user: fix lost reconnect againLi Feng2024-07-011-9/+1
* Revert "vhost-user: fix lost reconnect"Li Feng2024-07-011-8/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-131-2/+19
|\
| * hw/virtio: check owner for removing objectsAlbert Esteve2024-03-121-2/+19
* | migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
|/
* migration: remove error from notifier dataSteve Sistare2024-02-281-4/+4
* notify: pass error to notifier with returnSteve Sistare2024-02-281-1/+1
* vhost-user: Interface for migration state transferHanna Czenczek2023-11-071-0/+146
* kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini2023-10-251-6/+1
* vhost-user: fix lost reconnectLi Feng2023-10-221-2/+8
* vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi2023-10-221-4/+9
* vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek2023-10-221-1/+15
* vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek2023-10-221-5/+6
* vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek2023-10-221-85/+85
* vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek2023-10-221-19/+13
* vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek2023-10-221-36/+26
* vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek2023-10-221-5/+6
* vhost-user: strip superfluous whitespaceLaszlo Ersek2023-10-221-1/+1
* vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand2023-10-121-14/+0
* vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand2023-10-121-4/+3
* vhost-user: add shared_object msgAlbert Esteve2023-10-041-12/+155
* vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer2023-10-041-21/+0
* vhost-user: Make RESET_DEVICE a per device messageTom Lonergan2023-07-101-0/+1
* vhost-user: Change one_time to per_device requestTom Lonergan2023-07-101-6/+12
* 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