Re: [PATCH V8 03/39] migration: simplify savevm

2022-06-16 Thread Marc-André Lureau
Hi On Wed, Jun 15, 2022 at 6:57 PM Steve Sistare wrote: > Use qemu_file_open to simplify a few functions in savevm.c. > No functional change. > > Signed-off-by: Steve Sistare > Reviewed-by: Dr. David Alan Gilbert > (ok, I get why you keep the mode_t in fopen) Reviewed-by: Marc-André Lureau

[PATCH V8 03/39] migration: simplify savevm

2022-06-15 Thread Steve Sistare
Use qemu_file_open to simplify a few functions in savevm.c. No functional change. Signed-off-by: Steve Sistare Reviewed-by: Dr. David Alan Gilbert --- migration/savevm.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/migration/savevm.c b/migration/save