Re: [PATCH v5 00/19] vfio-user client

2025-06-26 Thread Cédric Le Goater
On 6/25/25 21:29, John Levon wrote: The series contains an implementation of a vfio-user client in QEMU. The vfio-user protocol allows for implementing (PCI) devices in another userspace process; SPDK is one example, which includes a virtual NVMe implementation. The vfio-user framework consists

[PATCH v5 00/19] vfio-user client

2025-06-25 Thread John Levon
The series contains an implementation of a vfio-user client in QEMU. The vfio-user protocol allows for implementing (PCI) devices in another userspace process; SPDK is one example, which includes a virtual NVMe implementation. The vfio-user framework consists of 3 parts: 1) The VFIO user protoco