This will allow TCG tests to alter things such as tb-size. Signed-off-by: Alex Bennée <alex.bennee@xxxxxxxxxx> --- 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