Arun Menon <arme...@redhat.com> writes: > 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 vmstate_subsection_load() must report an error > in errp, in case of failure. > > The errors are temporarily reported using warn_report_err(). > This is removed in the subsequent patches in this series, > when we are actually able to propagate the error to the calling > function using errp. > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Signed-off-by: Arun Menon <arme...@redhat.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>