aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:12:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:12:23 -0300
commitb6410cce7d2e429addaf4cc6a4a2da10173abfad (patch)
tree1c24beff8d766f32d44eb09382d1285cea3749a3 /kvmx
parent9cc1157bf5109383f927ade330900b2b3cb51b64 (diff)
downloadkvmx-b6410cce7d2e429addaf4cc6a4a2da10173abfad.tar.gz
kvmx-b6410cce7d2e429addaf4cc6a4a2da10173abfad.tar.bz2
Doc: using with existing or manually created guests
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 4369de1..2ed3dd4 100755
--- a/kvmx
+++ b/kvmx
@@ -359,7 +359,7 @@ function kvmx_up {
-device virtio-serial-pci \
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
-chardev spicevmc,id=spicechannel0,name=vdagent \
- -smp $smp -soundhw ac97 -cpu host -balloon virtio \
+ -smp $smp -soundhw ac97 -cpu host -balloon virtio \
-net nic,model=virtio \
-net user,hostfwd=tcp:127.0.0.1:$SSH-:22,hostfwd=udp:127.0.0.1:$XDMCP_PORT-:177$hostfwd $qemu_opts &> $LOGFILE < /dev/null &