Re: [PATCH 19/33] migration: push Error **errp into check_section_footer()

2021-02-05 Thread Philippe Mathieu-Daudé
On 2/4/21 6:18 PM, Daniel P. Berrangé wrote: > This is an incremental step in converting vmstate loading code to report > via Error objects instead of printing directly to the console/monitor. > > Signed-off-by: Daniel P. Berrangé > --- > migration/savevm.c | 22 ++ > 1 file

[PATCH 19/33] migration: push Error **errp into check_section_footer()

2021-02-04 Thread Daniel P . Berrangé
This is an incremental step in converting vmstate loading code to report via Error objects instead of printing directly to the console/monitor. Signed-off-by: Daniel P. Berrangé --- migration/savevm.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/mi