aboutsummaryrefslogtreecommitdiffstats
path: root/arm/run
diff options
context:
space:
mode:
Diffstat (limited to 'arm/run')
-rwxr-xr-xarm/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/run b/arm/run
index 277db9b..a390ca5 100755
--- a/arm/run
+++ b/arm/run
@@ -61,6 +61,6 @@ fi
M+=",accel=$ACCEL"
command="$qemu -nodefaults $M -cpu $processor $chr_testdev $pci_testdev"
command+=" -display none -serial stdio -kernel"
-command="$(timeout_cmd) $command"
+command="$(migration_cmd) $(timeout_cmd) $command"
run_qemu $command "$@"