diff options
Diffstat (limited to 'kvmx')
-rwxr-xr-x | kvmx | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ if [ "$ACTION" == "up" ]; then -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \ -chardev spicevmc,id=spicechannel0,name=vdagent \ -smp 2 -soundhw ac97 -cpu host -balloon virtio \ + #-net nic,model=virtio \ + #-net user,hostfwd=tcp:127.0.0.1:5555-:22 \ -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & # Run spice client |