The TCG PMU is barely implemented for ARM and not at all implemented for AArch64. Let's not bother running the TCG-only tests yet. We'll likely move them to a new TCG-only unittests.cfg at some point before re-enabling them too. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- arm/unittests.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arm/unittests.cfg b/arm/unittests.cfg index 044d97c9e73d..65f9c4c0b9eb 100644 --- a/arm/unittests.cfg +++ b/arm/unittests.cfg @@ -65,15 +65,15 @@ file = pmu.flat groups = pmu # Test PMU support (TCG) with -icount IPC=1 -[pmu-tcg-icount-1] -file = pmu.flat -extra_params = -icount 0 -append '1' -groups = pmu -accel = tcg +#[pmu-tcg-icount-1] +#file = pmu.flat +#extra_params = -icount 0 -append '1' +#groups = pmu +#accel = tcg # Test PMU support (TCG) with -icount IPC=256 -[pmu-tcg-icount-256] -file = pmu.flat -extra_params = -icount 8 -append '256' -groups = pmu -accel = tcg +#[pmu-tcg-icount-256] +#file = pmu.flat +#extra_params = -icount 8 -append '256' +#groups = pmu +#accel = tcg -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html