qemush/qemu/launchers/spice

13 lines
373 B
Text
Raw Normal View History

#!/bin/sh -x
base=$(echo "$QEMUSH_BASE" | cut -d , -f 1)
QEMUSH_BASE=$(echo "$QEMUSH_BASE" | cut -d , -f 2-)
exec "$base" \
-vga qxl \
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtio-serial \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
2024-03-08 23:53:52 +01:00
-spice unix,addr="$(pathof spice)",disable-ticketing=on \
2024-03-08 23:48:29 +01:00
-audiodev spice,id=snd0 \
"$@"