mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
9 lines
245 B
XML
9 lines
245 B
XML
|
|
<disk type='file' device='disk'>
|
||
|
|
<driver name='qemu' type='raw' cache='none'/>
|
||
|
|
<source file='/dev/null'/>
|
||
|
|
<target dev='hda' bus='virtio'/>
|
||
|
|
<readonly/>
|
||
|
|
<shareable/>
|
||
|
|
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0001'/>
|
||
|
|
</disk>
|