Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-11 Thread Cédric Le Goater
On 6/7/25 02:10, 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 and

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread John Levon
On Tue, Jun 10, 2025 at 11:38:29AM +0200, Cédric Le Goater wrote: > > + > > +-- > > +Version_ 0.9.1 > > +-- > > Are you planning to have a subsection per version ? > I've removed this, as it's not useful/meaningful at this point in time. regards john

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread Cédric Le Goater
On 6/10/25 12:22, Mark Cave-Ayland wrote: On 10/06/2025 11:12, Cédric Le Goater wrote: On 6/10/25 11:55, John Levon wrote: On Tue, Jun 10, 2025 at 11:38:29AM +0200, Cédric Le Goater wrote:    docs/devel/vfio-user.rst   | 1522 +++ + I think this file should b

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread Cédric Le Goater
On 6/10/25 11:55, John Levon wrote: On Tue, Jun 10, 2025 at 11:38:29AM +0200, Cédric Le Goater wrote: docs/devel/vfio-user.rst | 1522 I think this file should be split in several smaller files. The protocol specification part belongs to "System Emulat

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread Mark Cave-Ayland
On 10/06/2025 11:12, Cédric Le Goater wrote: On 6/10/25 11:55, John Levon wrote: On Tue, Jun 10, 2025 at 11:38:29AM +0200, Cédric Le Goater wrote:    docs/devel/vfio-user.rst   | 1522 +++ + I think this file should be split in several smaller files. The proto

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread Cédric Le Goater
On 6/7/25 02:10, 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 and

Re: [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-10 Thread John Levon
On Tue, Jun 10, 2025 at 11:38:29AM +0200, Cédric Le Goater wrote: > > docs/devel/vfio-user.rst | 1522 > > I think this file should be split in several smaller files. The > protocol specification part belongs to "System Emulation Management > and Interopera

[PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

2025-06-06 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