mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-05 11:19:29 +00:00
This way we can safely differentiate what XMLs contain whole domain definitions and which contain just devices. Thanks to that we can test the domain XMLs in virschematest again. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
9 lines
249 B
XML
9 lines
249 B
XML
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='raw' cache='none'/>
|
|
<source file='/dev/null'/>
|
|
<target dev='sdf' bus='scsi'/>
|
|
<address type='drive' controller='3' bus='0' target='5' unit='7'/>
|
|
<readonly/>
|
|
<shareable/>
|
|
</disk>
|