Re: [PATCH v5 22/23] migration: Add error-parameterized function variants in VMSD struct

2025-07-17 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 06:07:45AM +0530, Arun Menon wrote: > - We need to have good error reporting in the callbacks in > VMStateDescription struct. Specifically pre_save, post_save, > pre_load and post_load callbacks. > - It is not possible to change these functions everywhere in one > patc

[PATCH v5 22/23] migration: Add error-parameterized function variants in VMSD struct

2025-07-16 Thread Arun Menon
- We need to have good error reporting in the callbacks in VMStateDescription struct. Specifically pre_save, post_save, pre_load and post_load callbacks. - It is not possible to change these functions everywhere in one patch, therefore, we introduce a duplicate set of callbacks with Error o