Re: [PATCH v3 00/26] migration: Improve error reporting

2024-03-05 Thread Cédric Le Goater
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

Re: [PATCH v3 00/26] migration: Improve error reporting

2024-03-05 Thread Peter Xu
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

[PATCH v3 00/26] migration: Improve error reporting

2024-03-04 Thread Cédric Le Goater
Hello, The motivation behind these changes is to improve error reporting to the upper management layer (libvirt) with a more detailed error, this to let it decide, depending on the reported error, whether to try migration again later. It would be useful in cases where migration fails due to lack