Add 'examples/qemu shell start scripts/windows.sh'

This commit is contained in:
Jakub Filo 2021-09-07 09:13:31 +00:00
parent 2be74c4f5b
commit ce368261aa
1 changed files with 9 additions and 0 deletions

View File

@ -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