]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds nowait into consolefile chardev option
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 22:03:13 +0000 (20:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 22:03:13 +0000 (20:03 -0200)
kvmx

diff --git a/kvmx b/kvmx
index 9203e642cde6e5009c6ea009fca648a5dc9ca02e..d3d783e56b58798c73a64b353f173017531ccc99 100755 (executable)
--- 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 &