mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
9 lines
215 B
XML
9 lines
215 B
XML
|
<domaincheckpoint>
|
||
|
<name>bogus</name>
|
||
|
<disks>
|
||
|
<!-- A disk must have a name='...'; ensure that we catch this
|
||
|
thanks to our forced RNG schema validation -->
|
||
|
<disk/>
|
||
|
</disks>
|
||
|
</domaincheckpoint>
|