Re: [PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()

2021-03-11 Thread Daniel P . Berrangé
On Mon, Feb 15, 2021 at 06:35:15PM +, Dr. David Alan Gilbert wrote: > * Daniel P. Berrangé (berra...@redhat.com) 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:

Re: [PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()

2021-02-15 Thread Daniel P . Berrangé
On Mon, Feb 15, 2021 at 06:35:15PM +, Dr. David Alan Gilbert wrote: > * Daniel P. Berrangé (berra...@redhat.com) 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:

Re: [PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()

2021-02-15 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) 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/colo.c | 3 +- > migration/savevm.c | 7

[PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()

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/colo.c | 3 +- migration/savevm.c | 73 +++--- migration/save