Re: [PATCH 1/6] migration: Set migration status early in incoming side

2023-06-30 Thread Fabiano Rosas
Peter Xu writes: > On Wed, Jun 28, 2023 at 01:55:37PM -0300, Fabiano Rosas wrote: >> We are sending a migration event of MIGRATION_STATUS_SETUP at >> qemu_start_incoming_migration but never actually setting the state. >> >> This creates a window between qmp_migrate_incoming and >> process_incomi

Re: [PATCH 1/6] migration: Set migration status early in incoming side

2023-06-29 Thread Peter Xu
On Wed, Jun 28, 2023 at 01:55:37PM -0300, Fabiano Rosas wrote: > We are sending a migration event of MIGRATION_STATUS_SETUP at > qemu_start_incoming_migration but never actually setting the state. > > This creates a window between qmp_migrate_incoming and > process_incoming_migration_co where the

[PATCH 1/6] migration: Set migration status early in incoming side

2023-06-28 Thread Fabiano Rosas
We are sending a migration event of MIGRATION_STATUS_SETUP at qemu_start_incoming_migration but never actually setting the state. This creates a window between qmp_migrate_incoming and process_incoming_migration_co where the migration status is still MIGRATION_STATUS_NONE. Calling query-migrate du

Re: [PATCH 1/6] migration: Set migration status early in incoming side

2023-06-27 Thread Fabiano Rosas
Juan Quintela writes: > Fabiano Rosas wrote: >> We are sending a migration event of MIGRATION_STATUS_SETUP at >> qemu_start_incoming_migration but never actually setting the state. >> >> This creates a window between qmp_migrate_incoming and >> process_incoming_migration_co where the migration s

Re: [PATCH 1/6] migration: Set migration status early in incoming side

2023-06-27 Thread Juan Quintela
Fabiano Rosas wrote: > We are sending a migration event of MIGRATION_STATUS_SETUP at > qemu_start_incoming_migration but never actually setting the state. > > This creates a window between qmp_migrate_incoming and > process_incoming_migration_co where the migration status is still > MIGRATION_STAT

[PATCH 1/6] migration: Set migration status early in incoming side

2023-06-26 Thread Fabiano Rosas
We are sending a migration event of MIGRATION_STATUS_SETUP at qemu_start_incoming_migration but never actually setting the state. This creates a window between qmp_migrate_incoming and process_incoming_migration_co where the migration status is still MIGRATION_STATUS_NONE. Calling query-migrate du