Re: [PATCH V4 03/11] migration: add runstate function

2023-08-30 Thread Peter Xu
On Tue, Aug 29, 2023 at 11:17:58AM -0700, Steve Sistare wrote: > Create a subroutine for preserving the runstate after migration, > to be used in a subsequent patch. No functional change. There is actually a functional change when postcopy=on && colo=on, but I don't think it's a valid use case, s

[PATCH V4 03/11] migration: add runstate function

2023-08-29 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 Reviewed-by: Fabiano Rosas --- migration/migration.c | 37 ++--- migration/migration.h | 1 + migration/savevm.