mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
This makes the intended access mode explicit when registering DMA regions with the server. A new "file I/O" access mode is defined, which can be used if the file descriptor provided by the client doesn't support `mmap()`. Signed-off-by: Mattias Nissler <mnissler@meta.com> Reviewed-by: John Levon <john.levon@nutanix.com> Link: https://lore.kernel.org/qemu-devel/20260602133829.305842-1-mnissler@meta.com Signed-off-by: Cédric Le Goater <clg@redhat.com>