mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
nodedev: Resolve Relax-NG validity error
Commit id 'c4a4603de' added an output <path> to the nodedev xml, but did not update the schema. This resulted in the failure of the 'virt-xml-validate' on a file generated by 'virsh nodedev-dumpxml pci_0000_00_00_0' (for example). This was found/seen by running autotest on my host.
This commit is contained in:
parent
391b82722e
commit
0bdefd9b04
@ -12,6 +12,9 @@
|
||||
<!-- The name of the network, used to refer to it through the API
|
||||
and in virsh -->
|
||||
<element name="name"><text/></element>
|
||||
<optional>
|
||||
<element name="path"><text/></element>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name="parent"><text/></element>
|
||||
</optional>
|
||||
|
Loading…
x
Reference in New Issue
Block a user