Re: [PATCH for-10.1 01/32] vfio: Move vfio_mig_active() into migration.c

2025-04-05 Thread Cédric Le Goater
On 3/19/25 12:54, Avihai Horon wrote: On 18/03/2025 11:53, Cédric Le Goater wrote: External email: Use caution opening links or attachments vfio_mig_active() is part of the VFIO migration API. Move the definitions where VFIO migration is implemented. Signed-off-by: Cédric Le Goater Review

Re: [PATCH for-10.1 01/32] vfio: Move vfio_mig_active() into migration.c

2025-04-05 Thread John Levon
On Tue, Mar 18, 2025 at 10:53:44AM +0100, Cédric Le Goater wrote: > vfio_mig_active() is part of the VFIO migration API. Move the > definitions where VFIO migration is implemented. > > Signed-off-by: Cédric Le Goater Reviewed-by: John Levon regards john

Re: [PATCH for-10.1 01/32] vfio: Move vfio_mig_active() into migration.c

2025-03-19 Thread Avihai Horon
On 18/03/2025 11:53, Cédric Le Goater wrote: External email: Use caution opening links or attachments vfio_mig_active() is part of the VFIO migration API. Move the definitions where VFIO migration is implemented. Signed-off-by: Cédric Le Goater Reviewed-by: Avihai Horon One nit below th

[PATCH for-10.1 01/32] vfio: Move vfio_mig_active() into migration.c

2025-03-18 Thread Cédric Le Goater
vfio_mig_active() is part of the VFIO migration API. Move the definitions where VFIO migration is implemented. Signed-off-by: Cédric Le Goater --- hw/vfio/common.c| 16 hw/vfio/migration.c | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git