Re: [PATCH V2 03/10] migration: add runstate function

2023-07-14 Thread Fabiano Rosas
Steve Sistare writes: > Create a subroutine for preserving the runstate after migration, > to be used in a subsequent patch. No functional change. > > Signed-off-by: Steve Sistare Reviewed-by: Fabiano Rosas

[PATCH V2 03/10] migration: add runstate function

2023-06-30 Thread Steve Sistare
Create a subroutine for preserving the runstate after migration, to be used in a subsequent patch. No functional change. Signed-off-by: Steve Sistare --- migration/migration.c | 14 ++ migration/migration.h | 1 + migration/savevm.c| 11 +-- 3 files changed, 16 insertio