summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-03-11 21:08:04 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2020-03-11 21:08:04 +0200
commited102db1155309c3b60c742cd35dfabc3b88db4a (patch)
treec0a3744494a0f49364acd52c33369730322c316d
parentb8b1fe7b3888f12891c708204c61e15a10dfd206 (diff)
scripts: qemu: automatically launch qemu
Up to now e just printed the qemu command line, just launch qemu automatically. Users will have to exit with ctrl^a^x Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xqemu/run_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh
index 07d3899..eb96d05 100755
--- a/qemu/run_qemu.sh
+++ b/qemu/run_qemu.sh
@@ -83,7 +83,7 @@ qemu_bin="$qemu_prefix""$arch"
# echo "Binary: $qemu_bin"
echo "Run: $qemu_bin $common_args $extra_args "
-#$(sudo $qemu_bin $common_args $extra_args)
+eval "sudo $qemu_bin" "$common_args" "$extra_args"
# OVMF
#qemu-system-aarch64 \