Add 'examples/qemu shell start scripts/windows.sh'
This commit is contained in:
parent
c224ebed63
commit
c262778594
9
examples/qemu shell start scripts/windows.sh
Normal file
9
examples/qemu shell start scripts/windows.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user