summary refs log tree commit diff stats
path: root/util/vhost-user-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/vhost-user-server: vu_message_read(): improve error handlingVladimir Sementsov-Ogievskiy2025-09-191-6/+11
* util: drop qemu_socket_set_nonblock()Vladimir Sementsov-Ogievskiy2025-09-191-2/+4
* treewide: handle result of qio_channel_set_blocking()Vladimir Sementsov-Ogievskiy2025-09-191-1/+6
* vhost-user-server: do not set memory fd non-blockingStefano Garzarella2024-07-021-0/+12
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-3/+0
* export/vhost-user-blk: Fix consecutive drainsKevin Wolf2023-11-281-8/+31
* util/vhost-user-server: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-1/+1
* io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2023-09-071-7/+20
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-6/+5
* block/export: stop using is_external in vhost-user-blk serverStefan Hajnoczi2023-05-301-5/+5
* block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi2023-05-301-6/+12
* util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi2023-05-301-7/+7
* block/export: only acquire AioContext once for vhost_user_server_stop()Stefan Hajnoczi2023-03-271-4/+1
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-0/+1
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-061-1/+1
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-2/+2
* block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+22
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-5/+6
* util/vhost-user-server: move header to include/Stefan Hajnoczi2020-10-231-1/+1
* block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi2020-10-231-1/+9
* util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi2020-10-231-107/+136
* util/vhost-user-server: check EOF when reading payloadStefan Hajnoczi2020-10-231-2/+4
* util/vhost-user-server: fix memory leak in vu_message_read()Stefan Hajnoczi2020-10-231-27/+23
* util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi2020-10-231-6/+0
* util/vhost-user-server: drop unnecessary watch deletionStefan Hajnoczi2020-10-231-15/+4
* util/vhost-user-server: drop unnecessary QOM castStefan Hajnoczi2020-10-231-1/+1
* util/vhost-user-server: s/fileds/fields/ typo fixStefan Hajnoczi2020-10-231-1/+1
* util/vhost-user-server: generic vhost user serverCoiby Xu2020-10-231-0/+428