Re: [PATCH] migration: show error message when postcopy fails

2025-07-21 Thread Fabiano Rosas
Daniel P. Berrangé writes: > The 'info migrate' command only shows the error message when the > migration state is 'failed'. When postcopy is used, however, > the 'postcopy-paused' state is used instead of 'failed', so we > must show the error message there too. > > Signed-off-by: Daniel P. Berra

[PATCH] migration: show error message when postcopy fails

2025-07-21 Thread Daniel P . Berrangé
The 'info migrate' command only shows the error message when the migration state is 'failed'. When postcopy is used, however, the 'postcopy-paused' state is used instead of 'failed', so we must show the error message there too. Signed-off-by: Daniel P. Berrangé --- migration/migration-hmp-cmds.c