RE: [PATCH for-10.1 v2 20/37] vfio: Introduce a new file for VFIODevice definitions

2025-03-27 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: [PATCH for-10.1 v2 20/37] vfio: Introduce a new file for VFIODevice >definitions > >Move all VFIODevice related routines of "helpers.c" into a new "device.c" >file. > >Signed-off-by:

Re: [PATCH for-10.1 v2 20/37] vfio: Introduce a new file for VFIODevice definitions

2025-03-27 Thread John Levon
On Wed, Mar 26, 2025 at 08:51:05AM +0100, Cédric Le Goater wrote: > Move all VFIODevice related routines of "helpers.c" into a new "device.c" > file. > > Signed-off-by: Cédric Le Goater Reviewed-by: John Levon regards john

[PATCH for-10.1 v2 20/37] vfio: Introduce a new file for VFIODevice definitions

2025-03-26 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 | 330 +++ hw/vfio/helpers.c| 303 --- hw/vfio/meson.build | 1 + hw/vfio/tr