From 3348188b6da4fcf2fbc76a564a579ae30df2ba0e Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 11 Feb 2011 17:05:01 -0500 Subject: have kvm block waiting for the client to connect to the socket; should enable capturing the first fraction of a second of bootloader output (might cause trouble if/when the console screen dies, though) --- kvm-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm-manager') diff --git a/kvm-manager b/kvm-manager index f38ddc5..8b96f0e 100755 --- a/kvm-manager +++ b/kvm-manager @@ -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" & -- cgit v1.2.3