dotfiles/qemu/bin/windows-spice

8 lines
234 B
Text
Raw Normal View History

2023-11-30 10:20:05 +01:00
#!/bin/sh -x
exec windows \
-vga qxl \
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
2023-11-30 10:20:05 +01:00
-chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
"$@"