mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
15 lines
397 B
XML
15 lines
397 B
XML
|
<disk type='dir' device='floppy'>
|
||
|
<driver name='qemu' type='fat'/>
|
||
|
<source dir='/var/somefiles'>
|
||
|
<privateData>
|
||
|
<nodenames>
|
||
|
<nodename type='storage' name='node-s'/>
|
||
|
<nodename type='format' name='node-f'/>
|
||
|
</nodenames>
|
||
|
</privateData>
|
||
|
</source>
|
||
|
<target dev='fda'/>
|
||
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
||
|
<readonly/>
|
||
|
</disk>
|