Re: [PATCH v5 19/19] vfio-user: introduce vfio-user protocol specification

2025-06-25 Thread Cédric Le Goater
On 6/25/25 21:30, John Levon wrote: From: Thanos Makatos 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 an

[PATCH v5 19/19] vfio-user: introduce vfio-user protocol specification

2025-06-25 Thread John Levon
From: Thanos Makatos 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 discu