To clone a KVM VM you need
- a definition file (RAM size, number of CPUs, etc...)
- and a template disk image (with installed OS)
Creating Definition File And Template Image
The definition file is just a libvirt xml file. The template image is just a VM disk image. This is …