]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Respect exit-on-error when migration fails before resuming
authorJuraj Marcin <jmarcin@redhat.com>
Mon, 3 Nov 2025 18:32:55 +0000 (19:32 +0100)
committerPeter Xu <peterx@redhat.com>
Mon, 3 Nov 2025 21:04:10 +0000 (16:04 -0500)
commitb1a17a519b20438fb3f8435a2b7fa702f393d075
tree9509bbe3e0c18d1827c67e0bda5e2bae2895faa3
parent468a7effdefba22ac905297b2aa02b5781587f40
migration: Respect exit-on-error when migration fails before resuming

When exit-on-error was added to migration, it wasn't added to postcopy.
Even though postcopy migration will usually pause and not fail, in cases
it does unrecoverably fail before destination side has been started,
exit-on-error will allow management to query the error.

Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20251103183301.3840862-7-jmarcin@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/postcopy-ram.c