]> gitweb.fluxo.info Git - kvm-manager.git/commitdiff
have kvm block waiting for the client to connect to the socket; should enable capturi...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Feb 2011 22:05:01 +0000 (17:05 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Feb 2011 22:05:01 +0000 (17:05 -0500)
kvm-manager

index f38ddc5094620f883341d6c10aed440ece2a34af..8b96f0e6f60d2010b06d195ee291ec334867c532 100755 (executable)
@@ -81,7 +81,7 @@ EOF
         -rtc base=utc \
         -usb \
         -device virtio-balloon-pci,id=balloon0,bus=pci.0 \
-        -chardev "socket,id=serial0,path=$CONSOLENAME,server,nowait" -device isa-serial,chardev=serial0 \
+        -chardev "socket,id=serial0,path=$CONSOLENAME,server" -device isa-serial,chardev=serial0 \
         -smp "${SMP:-1},maxcpus=${MAXCPUS:-8}" \
         -device "virtio-net-pci,vlan=0,id=net0,mac=$MAC,bus=pci.0" \
         -net "tap,ifname=$TAP,script=no,downscript=no,vlan=0,name=hostnet0" &