From: Silvio Rhatto Date: Wed, 1 Mar 2017 17:46:42 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=068843c2f97c2d7c38e616939c68598746ef32b2;p=vbox.git Minor fix --- diff --git a/kvmx b/kvmx index 6b620a2..8c918bb 100755 --- a/kvmx +++ b/kvmx @@ -29,9 +29,9 @@ 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 \ + -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & #-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 # https://lists.freedesktop.org/archives/spice-devel/2013-September/014643.html