Re: [Qemu-devel] [PATCH 1/2] save_vmstate: Convert to Error** from Monitor *

2017-03-20 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > A bit more consistent and it removes one of the less necessary uses > of cur_mon. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela > @@ -2094,16 +2094,17 @@ int save_vmstate(Monitor *mon, const cha

[Qemu-devel] [PATCH 1/2] save_vmstate: Convert to Error** from Monitor *

2017-03-20 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" A bit more consistent and it removes one of the less necessary uses of cur_mon. Signed-off-by: Dr. David Alan Gilbert --- include/sysemu/sysemu.h | 2 +- migration/savevm.c | 31 ++- replay/replay-snapshot.c | 6 -- 3 file