qemush/qemu/launchers/kvm-spice

8 lines
263 B
Bash
Executable file

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