blob: a131c7f954be604d8f5c3cc16f035fe41ab44db3 (
plain)
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>
|