====== Creating a KVM Virtual Machine ====== * Copy a virtual machine image from a virtual machine template: root@host:~# cp or create a new image file: root@host:~# qemu-img create -f -o E.g. a QCOW2 image file with a size of 2GB: root@host:~# qemu-img create -f qcow2 -o lazy_refcounts=on slave1.qcow2 2G < * Create a virtual machine description file: VMNAME MEMORY CPUS hvm destroy restart restart /usr/bin/kvm