Re: [PATCH v5 06/23] migration: push Error **errp into qemu_loadvm_section_part_end()

2025-07-17 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 06:07:29AM +0530, Arun Menon wrote: > This is an incremental step in converting vmstate loading > code to report error via Error objects instead of directly > printing it to console/monitor. > It is ensured that qemu_loadvm_section_part_end() must report an error > in errp,

[PATCH v5 06/23] migration: push Error **errp into qemu_loadvm_section_part_end()

2025-07-16 Thread Arun Menon
This is an incremental step in converting vmstate loading code to report error via Error objects instead of directly printing it to console/monitor. It is ensured that qemu_loadvm_section_part_end() must report an error in errp, in case of failure. Signed-off-by: Arun Menon --- migration/savevm.