Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Last active June 28, 2020 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henriquegogo/0aa4ef23e1d0298a4e5989d933d14c74 to your computer and use it in GitHub Desktop.
Save henriquegogo/0aa4ef23e1d0298a4e5989d933d14c74 to your computer and use it in GitHub Desktop.
Scripts to create and run qemu VMs
qemu-img create -f qcow2 "$@" 80G
kvm \
-cpu host \
-m 4096M \
-soundhw hda \
-net nic -net user \
-vga virtio \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment