On Sat, Feb 07, 2026 at 08:09:00PM +0800, Brian Song wrote: > This patch adds a new storage export option for storage-export-daemon > to enable FUSE-over-io_uring via 'io-uring=on|off' (default: off). > > The initialization phase performs a protocol handshake via the legacy > /dev/fuse interface before transitioning to the io_uring mode. > If multiple IOThreads are configured, the export distributes the uring > queues to handle requests concurrently. > > Suggested-by: Kevin Wolf <[email protected]> > Suggested-by: Stefan Hajnoczi <[email protected]> > Signed-off-by: Brian Song <[email protected]> > --- > block/export/fuse.c | 3 +-- > docs/tools/qemu-storage-daemon.rst | 7 +++++-- > qapi/block-export.json | 5 ++++- > storage-daemon/qemu-storage-daemon.c | 1 + > 4 files changed, 11 insertions(+), 5 deletions(-)
Aside from Markus' comment: Reviewed-by: Stefan Hajnoczi <[email protected]>
signature.asc
Description: PGP signature
