aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-30 20:03:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-30 20:03:13 -0200
commit18493f694b9e61f52af7a4149aba2cb5547d5dee (patch)
treecbfbf3073eb64f8a37ec29e8735003fe52a5dff4
parent1fc01d99e4d0c57a34d37e7713e53923a6719ece (diff)
downloadkvmx-18493f694b9e61f52af7a4149aba2cb5547d5dee.tar.gz
kvmx-18493f694b9e61f52af7a4149aba2cb5547d5dee.tar.bz2
Adds nowait into consolefile chardev option
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 9203e64..d3d783e 100755
--- a/kvmx
+++ b/kvmx
@@ -396,7 +396,7 @@ function kvmx_up {
-drive file=$image,if=$drive_interface $graphics $shared \
$spice_opts \
-chardev "socket,id=monitor,path=$MONITORFILE,server,nowait" -mon chardev=monitor,mode=readline \
- -chardev "socket,id=serial0,path=$CONSOLEFILE,server" -device isa-serial,chardev=serial0 \
+ -chardev "socket,id=serial0,path=$CONSOLEFILE,server,nowait" -device isa-serial,chardev=serial0 \
-smp $smp -soundhw ac97 -cpu host -balloon virtio \
-net $net_opts \
$qemu_opts &> $LOGFILE < /dev/null &