Skip to content

Instantly share code, notes, and snippets.

@psftw
Created December 30, 2014 19:17
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 psftw/604e9846a820387c8a56 to your computer and use it in GitHub Desktop.
Save psftw/604e9846a820387c8a56 to your computer and use it in GitHub Desktop.
sudo qemu-system-x86_64 \
-name centos1 \
-cpu host -machine accel=kvm \
-smp 2 -m 1024 \
-net nic,model=virtio,macaddr=52:54:00:00:00:07 \
-net bridge \
-nographic \
-drive if=virtio,file=centos1.img \
-drive if=virtio,readonly,file=centos1.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment