qemush/qemu/launchers/windows10

9 lines
195 B
Bash
Executable file

#!/bin/sh -x
name="$(basename "$0")"
exec kvm-spice \
-monitor stdio \
-drive file="$(diskpath "$name")",if=virtio \
-net user,hostname="${name}" \
-usbdevice tablet \
-name "$name" \
"$@"