Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 2, 2014 00:51
Show Gist options
  • Save yuuichi-fujioka/a3ff95f0f1e9adf0fd14 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/a3ff95f0f1e9adf0fd14 to your computer and use it in GitHub Desktop.
convert qcow from compat 1.1 to compat 0.10
qemu-img convert -f qcow2 -O qcow2 -o compat=0.10 ${src_img} ${dst_img}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment