aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index f6355ff..b9ea4e9 100755
--- a/kvmx
+++ b/kvmx
@@ -398,7 +398,6 @@ function kvmx_up {
-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 \
-smp $smp -soundhw ac97 -cpu host -balloon virtio \
- #-device virtio-balloon-pci,id=balloon0,bus=pci.0 \
-net $net_opts \
$qemu_opts &> $LOGFILE < /dev/null &