Skip to content

Instantly share code, notes, and snippets.

@mvlabat
Created April 1, 2016 15:30
Show Gist options
  • Save mvlabat/7407d178fc5d38d703ff53b5f75dca8d to your computer and use it in GitHub Desktop.
Save mvlabat/7407d178fc5d38d703ff53b5f75dca8d to your computer and use it in GitHub Desktop.
Qemu install
exec qemu-system-x86_64 \
-localtime \
-cpu host \
-enable-kvm \
-boot d -cdrom /home/mvlabat/qemu/WINDOWS.iso \
-hda /home/mvlabat/qemu/WindowsVM.img \
-net nic -net user,hostname=windowsvm \
-m 1G \
-monitor stdio \
-name Windows \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment