Re: [PATCH V2 03/10] migration: add runstate function
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
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