From 18493f694b9e61f52af7a4149aba2cb5547d5dee Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Dec 2017 20:03:13 -0200 Subject: Adds nowait into consolefile chardev option --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- cgit v1.2.3