[kvm-unit-tests PATCH v1 3/4] arm64: enable its-migration tests for TCG
Alex Bennée
alex.bennee at linaro.org
Wed Apr 28 11:18:43 BST 2021
With the support for TCG emulated GIC we can also test these now. You
need to call run_tests.sh with -a to trigger the
its-migrate-unmapped-collection test which obviously doesn't need the
KVM errata to run in TCG system emulation mode.
Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
---
arm/unittests.cfg | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arm/unittests.cfg b/arm/unittests.cfg
index c72dc34..d4dbc8b 100644
--- a/arm/unittests.cfg
+++ b/arm/unittests.cfg
@@ -203,7 +203,6 @@ arch = arm64
[its-migration]
file = gic.flat
smp = $MAX_SMP
-accel = kvm
extra_params = -machine gic-version=3 -append 'its-migration'
groups = its migration
arch = arm64
@@ -211,7 +210,6 @@ arch = arm64
[its-pending-migration]
file = gic.flat
smp = $MAX_SMP
-accel = kvm
extra_params = -machine gic-version=3 -append 'its-pending-migration'
groups = its migration
arch = arm64
@@ -219,7 +217,6 @@ arch = arm64
[its-migrate-unmapped-collection]
file = gic.flat
smp = $MAX_SMP
-accel = kvm
extra_params = -machine gic-version=3 -append 'its-migrate-unmapped-collection'
groups = its migration
arch = arm64
--
2.20.1
More information about the linux-arm-kernel
mailing list