Re: [PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions

2025-07-02 Thread Arun Menon
Hi Markus, Thanks for the review. On Wed, Jul 02, 2025 at 03:01:51PM +0200, Markus Armbruster wrote: > Arun Menon writes: > > > - This is an incremental step in converting vmstate loading > > code to report errors. > > - Minimal changes to the signature and body of the following > > functio

Re: [PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions

2025-07-02 Thread Arun Menon
Hi Daniel, Thanks for the review. On Wed, Jul 02, 2025 at 01:08:51PM +0100, Daniel P. Berrangé wrote: > On Wed, Jul 02, 2025 at 05:06:50PM +0530, Arun Menon wrote: > > - This is an incremental step in converting vmstate loading > > code to report errors. > > - Minimal changes to the signature a

Re: [PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions

2025-07-02 Thread Markus Armbruster
Arun Menon writes: > - This is an incremental step in converting vmstate loading > code to report errors. > - Minimal changes to the signature and body of the following > functions are done, > - vmstate_load() > - vmstate_load_state() > - vmstate_subsection_load() > - qemu_load_device

Re: [PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions

2025-07-02 Thread Daniel P . Berrangé
On Wed, Jul 02, 2025 at 05:06:50PM +0530, Arun Menon wrote: > - This is an incremental step in converting vmstate loading > code to report errors. > - Minimal changes to the signature and body of the following > functions are done, > - vmstate_load() > - vmstate_load_state() > - vmstate_s

[PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions

2025-07-02 Thread Arun Menon
- This is an incremental step in converting vmstate loading code to report errors. - Minimal changes to the signature and body of the following functions are done, - vmstate_load() - vmstate_load_state() - vmstate_subsection_load() - qemu_load_device_state() - qemu_loadvm_state() -