Re: [PATCH] vfio: Open code vfio_migration_set_error()

2025-03-24 Thread Avihai Horon
On 24/03/2025 17:25, Cédric Le Goater wrote: External email: Use caution opening links or attachments On 3/24/25 16:14, Avihai Horon wrote: On 24/03/2025 14:33, Cédric Le Goater wrote: External email: Use caution opening links or attachments VFIO uses migration_file_set_error() in a coup

Re: [PATCH] vfio: Open code vfio_migration_set_error()

2025-03-24 Thread Cédric Le Goater
On 3/24/25 16:14, Avihai Horon wrote: On 24/03/2025 14:33, Cédric Le Goater wrote: External email: Use caution opening links or attachments VFIO uses migration_file_set_error() in a couple of places where an 'Error **' parameter is not provided. In MemoryListener handlers :    vfio_listener_

Re: [PATCH] vfio: Open code vfio_migration_set_error()

2025-03-24 Thread Avihai Horon
On 24/03/2025 14:33, Cédric Le Goater wrote: External email: Use caution opening links or attachments VFIO uses migration_file_set_error() in a couple of places where an 'Error **' parameter is not provided. In MemoryListener handlers : vfio_listener_region_add vfio_listener_log_global

[PATCH] vfio: Open code vfio_migration_set_error()

2025-03-24 Thread Cédric Le Goater
VFIO uses migration_file_set_error() in a couple of places where an 'Error **' parameter is not provided. In MemoryListener handlers : vfio_listener_region_add vfio_listener_log_global_stop vfio_listener_log_sync and in callback routines for IOMMU notifiers : vfio_iommu_map_notify vfio