[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[kvm-unit-tests PATCH v1 3/4] arm64: enable its-migration tests for TCG
From: |
Alex Bennée |
Subject: |
[kvm-unit-tests PATCH v1 3/4] arm64: enable its-migration tests for TCG |
Date: |
Wed, 28 Apr 2021 11:18:43 +0100 |
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@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
- [kvm-unit-tests PATCH v1 0/4] enable LPI and ITS for TCG, Alex Bennée, 2021/04/28
- [kvm-unit-tests PATCH v1 2/4] scripts/arch-run: don't use deprecated server/nowait options, Alex Bennée, 2021/04/28
- [kvm-unit-tests PATCH v1 3/4] arm64: enable its-migration tests for TCG,
Alex Bennée <=
- [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Alex Bennée, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Marc Zyngier, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Alex Bennée, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Alexandru Elisei, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Marc Zyngier, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Auger Eric, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Alex Bennée, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Alex Bennée, 2021/04/28
- Re: [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants, Marc Zyngier, 2021/04/28
[kvm-unit-tests PATCH v1 4/4] arm64: split its-migrate-unmapped-collection into KVM and TCG variants, Alex Bennée, 2021/04/28