Re: [PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase

2024-06-13 Thread Fabiano Rosas
Peter Xu writes: > On Thu, Jun 13, 2024 at 11:51:58AM -0300, Fabiano Rosas wrote: >> Peter Xu writes: >> >> > This patch adds a migration state on src called "postcopy-recover-setup". >> > The new state will describe the intermediate step starting from when the >> > src QEMU started an postcopy

Re: [PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase

2024-06-13 Thread Peter Xu
On Thu, Jun 13, 2024 at 02:21:04PM -0300, Fabiano Rosas wrote: > >> > @@ -3666,7 +3716,7 @@ void migrate_fd_connect(MigrationState *s, Error > >> > *error_in) > >> > { > >> > Error *local_err = NULL; > >> > uint64_t rate_limit; > >> > -bool resume = s->state == MIGRATION_STATUS_POST

Re: [PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase

2024-06-13 Thread Peter Xu
On Thu, Jun 13, 2024 at 11:51:58AM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > This patch adds a migration state on src called "postcopy-recover-setup". > > The new state will describe the intermediate step starting from when the > > src QEMU started an postcopy recovery request, until t

Re: [PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase

2024-06-13 Thread Fabiano Rosas
Peter Xu writes: > This patch adds a migration state on src called "postcopy-recover-setup". > The new state will describe the intermediate step starting from when the > src QEMU started an postcopy recovery request, until the migration channels > are properly established, but before the recovery

[PATCH 4/4] migration/postcopy: Add postcopy-recover-setup phase

2024-06-12 Thread Peter Xu
This patch adds a migration state on src called "postcopy-recover-setup". The new state will describe the intermediate step starting from when the src QEMU started an postcopy recovery request, until the migration channels are properly established, but before the recovery process take place. The r