aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-30 19:35:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-30 19:35:38 -0200
commit9908a6cb41d227246b2af4a9c45ab2c9011d8fa6 (patch)
treeba0f00d10f8736e116a7f7a73c538fbb23fab159 /kvmx
parent3c7d9fc8f2eec3b6ff4a407c3c46155602ae6494 (diff)
downloadkvmx-9908a6cb41d227246b2af4a9c45ab2c9011d8fa6.tar.gz
kvmx-9908a6cb41d227246b2af4a9c45ab2c9011d8fa6.tar.bz2
Oops again
Diffstat (limited to 'kvmx')
-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 &