Re: [PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA

2023-05-24 Thread Leonardo BrĂ¡s
On Mon, 2023-05-15 at 21:57 +0200, Juan Quintela wrote: > Just create a variable for it, the same way that multifd does. This > way it is safe to use for other thread, etc, etc. > > Signed-off-by: Juan Quintela > --- > migration/migration-stats.h | 4 > migration/migration-stats.c | 5 ++

[PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA

2023-05-15 Thread Juan Quintela
Just create a variable for it, the same way that multifd does. This way it is safe to use for other thread, etc, etc. Signed-off-by: Juan Quintela --- migration/migration-stats.h | 4 migration/migration-stats.c | 5 +++-- migration/rdma.c| 22 -- migratio