On Fri, Apr 05, 2024 at 06:35:05PM +1000, Nicholas Piggin wrote: > Have tests use the new migrate_skip command in skip paths, rather than > calling migrate_once to prevent harness reporting an error. > > s390x/migration.c adds a new command that looks like it was missing > previously. > > Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> > Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx> > --- > arm/gic.c | 21 ++++++++++++--------- > s390x/migration-cmm.c | 8 ++++---- > s390x/migration-skey.c | 4 +++- > s390x/migration.c | 1 + > 4 files changed, 20 insertions(+), 14 deletions(-) > Acked-by: Andrew Jones <andrew.jones@xxxxxxxxx>