Re: [PATCH for-10.1 23/32] vfio: Move vfio_de/attach_device() into device.c

2025-03-19 Thread John Levon
On Tue, Mar 18, 2025 at 10:54:06AM +0100, Cédric Le Goater wrote: > These routines are VFIODevice related. Move their definitions into > "device.c". > > Signed-off-by: Cédric Le Goater Reviewed-by: John Levon regards john

[PATCH for-10.1 23/32] vfio: Move vfio_de/attach_device() into device.c

2025-03-18 Thread Cédric Le Goater
These routines are VFIODevice related. Move their definitions into "device.c". Signed-off-by: Cédric Le Goater --- hw/vfio/common.c | 37 - hw/vfio/device.c | 37 + 2 files changed, 37 insertions(+), 37 deletions(-) diff --