Skip to content

Instantly share code, notes, and snippets.

@mabako
Created September 17, 2014 19:04
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 mabako/47c503bbc75f06687fcd to your computer and use it in GitHub Desktop.
Save mabako/47c503bbc75f06687fcd to your computer and use it in GitHub Desktop.
virsh import
virt-install --connect qemu:///system -n win -r 2048 --vcpus=2 --disk /path/win.img,device=disk,bus=virtio --os-type windows --os-variant win2k8 -w network=default,model=virtio --hvm --vnc --noautoconsole --import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment