1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/qemu/bin/windows-spice
2023-11-30 23:32:38 +01:00

7 lines
234 B
Bash
Executable file

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