]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: push Error **errp into loadvm_process_enable_colo()
authorArun Menon <armenon@redhat.com>
Thu, 18 Sep 2025 15:23:38 +0000 (20:53 +0530)
committerPeter Xu <peterx@redhat.com>
Fri, 3 Oct 2025 13:48:02 +0000 (09:48 -0400)
commitd865e4aabd4bec6d9807c3189eac8956b38b6b8d
tree3670b55f6462311b1e7790123c70ae352b2e461f
parentd9d7c8d81398bb45d59cbdf1b4c2ed30f56c733d
migration: push Error **errp into loadvm_process_enable_colo()

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 loadvm_process_enable_colo() must report an error
in errp, in case of failure.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Arun Menon <armenon@redhat.com>
Tested-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Link: https://lore.kernel.org/r/20250918-propagate_tpm_error-v14-21-36f11a6fb9d3@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
include/migration/colo.h
migration/migration.c
migration/ram.c
migration/ram.h
migration/savevm.c