[PATCH for-10.1 18/32] vfio: Move vfio_get_device_info() to helpers.c

2025-04-04 Thread Cédric Le Goater
vfio_get_device_info() is a low level routine. Move it with the other helpers. Signed-off-by: Cédric Le Goater --- hw/vfio/helpers.h | 1 + include/hw/vfio/vfio-common.h | 1 - hw/vfio/common.c | 24 hw/vfio/helpers.c | 24 +

Re: [PATCH for-10.1 18/32] vfio: Move vfio_get_device_info() to helpers.c

2025-03-25 Thread John Levon
On Tue, Mar 18, 2025 at 10:54:01AM +0100, Cédric Le Goater wrote: > vfio_get_device_info() is a low level routine. Move it with the other > helpers. > > Signed-off-by: Cédric Le Goater Reviewed-by: John Levon regards john

RE: [PATCH for-10.1 18/32] vfio: Move vfio_get_device_info() to helpers.c

2025-03-20 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: [PATCH for-10.1 18/32] vfio: Move vfio_get_device_info() to helpers.c > >vfio_get_device_info() is a low level routine. Move it with the other >helpers. > >Signed-off-by: Cédric Le Goater Reviewed-by: