[kvm-unit-tests v3 02/13] powerpc: Add local variant of SPR test
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2023-03-27 12:48:15
Also in:
kvm
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2023-03-27 12:48:15
Also in:
kvm
Subsystem:
the rest · Maintainer:
Linus Torvalds
This adds the non-migration variant of the SPR test to the matrix, which can be simpler to run and debug. Reviewed-by: Thomas Huth <redacted> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> --- Since v2: - Don't use a new group for local SPRs [Thomas review] powerpc/unittests.cfg | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/powerpc/unittests.cfg b/powerpc/unittests.cfg
index 1e74948..e206a22 100644
--- a/powerpc/unittests.cfg
+++ b/powerpc/unittests.cfg@@ -68,5 +68,8 @@ groups = h_cede_tm [sprs] file = sprs.elf + +[sprs-migration] +file = sprs.elf extra_params = -append '-w' groups = migration
--
2.37.2