1
0

schema: domain: Allow interleaving of PCI controller config elements

The 'model' and 'target' element can be freely moved around.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-10-13 16:13:47 +02:00
parent 1210074d5e
commit fde40ee4f4

View File

@ -2691,6 +2691,7 @@
<attribute name="type"> <attribute name="type">
<value>pci</value> <value>pci</value>
</attribute> </attribute>
<interleave>
<optional> <optional>
<element name="model"> <element name="model">
<attribute name="name"> <attribute name="name">
@ -2788,6 +2789,7 @@
</attribute> </attribute>
</group> </group>
</choice> </choice>
</interleave>
</group> </group>
<!-- virtio-serial has optional "ports" and "vectors" --> <!-- virtio-serial has optional "ports" and "vectors" -->
<group> <group>