Re: [kvm-unit-tests PATCH 3/7] (arm|s390): Use migrate_skip in test cases
From: Thomas Huth <hidden>
Date: 2024-03-01 13:50:13
Also in:
kvm, linux-s390
From: Thomas Huth <hidden>
Date: 2024-03-01 13:50:13
Also in:
kvm, linux-s390
On 26/02/2024 10.38, 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. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- 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(-)
Reviewed-by: Thomas Huth <redacted>