From 49bfffa68fa893de2639393aac407d9173273b89 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Wed, 18 Mar 2020 23:09:08 +0300 Subject: add -monitor null -nographic add -monitor null -nographic to not fail on mising SDL on qemu run run serial console. Signed-off-by: Maxim Uvarov --- qemu/run_qemu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh index 6004cd7..35b2104 100755 --- a/qemu/run_qemu.sh +++ b/qemu/run_qemu.sh @@ -23,6 +23,7 @@ print_help () { # common args common_args+=' -m 1024 -smp 2 -show-cursor' common_args+=' -serial stdio ' +common_args+=' -monitor null -nographic ' # setup RNG common_args+=' -device virtio-rng-pci ' # setup common network -- cgit v1.2.3