]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-user: introduce vfio-user protocol specification
authorThanos Makatos <thanos.makatos@nutanix.com>
Wed, 25 Jun 2025 19:30:11 +0000 (20:30 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 26 Jun 2025 06:55:38 +0000 (08:55 +0200)
commitda198e8f0f99cd8539f3072ad2071f9dc01680d6
tree4190bd06d42fa8256e9929c3e49c357abb58676b
parentc688cc165b32c924a01a69d90ac9aac6fac8c64c
vfio-user: introduce vfio-user protocol specification

This patch introduces the vfio-user protocol specification (formerly
known as VFIO-over-socket), which is designed to allow devices to be
emulated outside QEMU, in a separate process. vfio-user reuses the
existing VFIO defines, structs and concepts.

It has been earlier discussed as an RFC in:
"RFC: use VFIO over a UNIX domain socket to implement device offloading"

Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250625193012.2316242-20-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
MAINTAINERS
docs/interop/index.rst
docs/interop/vfio-user.rst [new file with mode: 0644]