diff --git a/examples/qemu shell start scripts/windows.sh b/examples/qemu shell start scripts/windows.sh new file mode 100644 index 0000000..1b56830 --- /dev/null +++ b/examples/qemu shell start scripts/windows.sh @@ -0,0 +1,9 @@ +SPICE_PORT=5924 +qemu-system-x86_64 -enable-kvm -daemonize \ + -cpu host \ + -smp cores=2 \ + -drive file=windows.qcow2 \ + -m 2G \ + -vga qxl \ + -spice port=${SPICE_PORT},disable-ticketing \ + -hdb /dev/sdb