# The Qemu Hypervisor ## Create an image from ISO qemu-img create -f qcow2 qemu-system-x86_64 \ -cdrom \ -drive "file=,format=qcow2" \ -enable-kvm \ -m \ -smp <# processors>" Run the second command to e.g. go through the Ubuntu installer provided on the ISO. ## Create a copy-on-write image from another image qemu-img create -f qcow2 -b