Message ID | 20240430085646.2359711-1-vsementsov@yandex-team.ru (mailing list archive) |
---|---|
Headers | show |
Series | migration: do not exit on incoming failure | expand |
On Tue, Apr 30, 2024 at 11:56:41AM +0300, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > The series brings an option to not immediately exit on incoming > migration failure, giving a possibility to orchestrator to get the error > through QAPI and shutdown QEMU by "quit". There seem to have one comment overlooked in the last patch I left before (on a probably useless error_desc pre-check), but doesn't look a huge deal.. Reviewed-by: Peter Xu <peterx@redhat.com> Thanks,