Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Created March 15, 2015 10:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArseniyShestakov/e81d900cf87dad8cb897 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/e81d900cf87dad8cb897 to your computer and use it in GitHub Desktop.
Windows XP QEMU
qemu-system-x86_64 \
-bios /usr/share/qemu/bios.bin \
-enable-kvm \
\
-name "winxp" \
\
-M pc \
\
-cpu host \
-smp 2,sockets=1,cores=2,threads=1 \
\
-m 3G \
\
-vga qxl \
\
-net nic,model=rtl8139 \
-net bridge,br=br0 \
\
-usbdevice tablet \
\
-device ahci,id=ahci \
-drive file=/opt/winxp.qcow2,id=disk1,format=qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment