1 2 3 4 5 6 7 8 9 10 11
<domain type='kvm'> <devices> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' /> <source file='/home/nfs/blank.qcow2'/> <backingStore/> <target dev='sda' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> </devices> </domain>