[PATCH for-10.1 19/32] vfio: Introduce a new file for VFIODevice definitions

2025-04-04 Thread Cédric Le Goater
Move all VFIODevice related routines of helpers.c into a new "device.c" file. Signed-off-by: Cédric Le Goater --- hw/vfio/device.c | 331 +++ hw/vfio/helpers.c| 303 --- hw/vfio/meson.build | 1 + hw/vfio/trac

Re: [PATCH for-10.1 19/32] vfio: Introduce a new file for VFIODevice definitions

2025-03-20 Thread Cédric Le Goater
On 3/19/25 17:42, John Levon wrote: On Tue, Mar 18, 2025 at 10:54:02AM +0100, Cédric Le Goater wrote: diff --git a/hw/vfio/device.c b/hw/vfio/device.c new file mode 100644 index ..daa5bae59ca9c65ef23aa193d4e63976fcefdde0 --- /dev/null +++ b/hw/vfio/devic

Re: [PATCH for-10.1 19/32] vfio: Introduce a new file for VFIODevice definitions

2025-03-19 Thread John Levon
On Tue, Mar 18, 2025 at 10:54:02AM +0100, Cédric Le Goater wrote: > diff --git a/hw/vfio/device.c b/hw/vfio/device.c > new file mode 100644 > index > ..daa5bae59ca9c65ef23aa193d4e63976fcefdde0 > --- /dev/null > +++ b/hw/vfio/device.c > @@ -0,0 +1,331 @@ > +