[kvm-unit-tests PATCH v8 09/10] arm/run: use separate --accel form
Alex Bennée
alex.bennee at linaro.org
Thu Nov 18 10:46:49 PST 2021
This will allow TCG tests to alter things such as tb-size.
Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
---
arm/run | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arm/run b/arm/run
index a390ca5..73c6c83 100755
--- a/arm/run
+++ b/arm/run
@@ -58,8 +58,8 @@ if $qemu $M -device '?' 2>&1 | grep pci-testdev > /dev/null; then
pci_testdev="-device pci-testdev"
fi
-M+=",accel=$ACCEL"
-command="$qemu -nodefaults $M -cpu $processor $chr_testdev $pci_testdev"
+A="-accel $ACCEL"
+command="$qemu -nodefaults $M $A -cpu $processor $chr_testdev $pci_testdev"
command+=" -display none -serial stdio -kernel"
command="$(migration_cmd) $(timeout_cmd) $command"
--
2.30.2
More information about the linux-arm-kernel
mailing list