Message ID | 20240304122844.1888308-1-clg@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | migration: Improve error reporting | expand |
On Mon, Mar 04, 2024 at 01:28:18PM +0100, Cédric Le Goater wrote: > migration: Report error when shutdown fails > migration: Remove SaveStateHandler and LoadStateHandler typedefs > migration: Add documentation for SaveVMHandlers > migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error These four patches seem to be pretty standalone ones and got at least 1 ACKs. I queued them for 9.0, thanks.
On 3/5/24 09:06, Peter Xu wrote: > On Mon, Mar 04, 2024 at 01:28:18PM +0100, Cédric Le Goater wrote: >> migration: Report error when shutdown fails >> migration: Remove SaveStateHandler and LoadStateHandler typedefs >> migration: Add documentation for SaveVMHandlers >> migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error > > These four patches seem to be pretty standalone ones and got at least 1 > ACKs. I queued them for 9.0, thanks. OK. I will try to have the first 5 ready before 9.0 : s390/stattrib: Add Error** argument to set_migrationmode() handler vfio: Always report an error in vfio_save_setup() migration: Always report an error in block_save_setup() migration: Always report an error in ram_save_setup() migration: Add Error** argument to vmstate_save() So that we only have the core changes in log_global_start() and ram_init_bitmaps() to address in the next cycle. As for the VFIO part coming after, I will see which initial cleanups we can merge before soft freeze. Thanks, C.