>-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:
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
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