diff options
Diffstat (limited to 'kvmx')
-rwxr-xr-x | kvmx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ if [ "$ACTION" == "up" ]; then -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & # Run spice client - spicec --host localhost --port $PORT & + # https://lists.freedesktop.org/archives/spice-devel/2013-September/014643.html + SPICE_NOGRAB=1 spicec --host localhost --port $PORT & #spicy -h localhost -p $PORT #remote-viewer spice://localhost:$PORT |