Re: [PATCH 02/33] migration: push Error **errp into qemu_loadvm_state_header()

2021-02-04 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 | 31 +-- >

[PATCH 02/33] migration: push Error **errp into qemu_loadvm_state_header()

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 | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff -