libvirt/tests/qemublocktestdata/xml2json/file-vdi-noopts.xml

13 lines
300 B
XML
Raw Normal View History

<disk device='disk'>
<driver name='qemu' type='vdi'/>
<source file='/path/to/i.img'>
<privateData>
<nodenames>
<nodename type='storage' name='test2'/>
<nodename type='format' name='test1'/>
</nodenames>
</privateData>
</source>
<target dev='vda'/>
</disk>