mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
schemas: domaincaps: Add schema for CPU 'blockers'
Due to broken 'virschematest' commitf4dc248a95
forgot to introduce schema for the new element. Fixes:f4dc248a95
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
fcd9b78863
commit
99dadf9e08
@ -174,6 +174,20 @@
|
||||
</attribute>
|
||||
<text/>
|
||||
</element>
|
||||
<optional>
|
||||
<element name="blockers">
|
||||
<attribute name="model">
|
||||
<text/>
|
||||
</attribute>
|
||||
<oneOrMore>
|
||||
<element name="feature">
|
||||
<attribute name="name">
|
||||
<text/>
|
||||
</attribute>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</element>
|
||||
</optional>
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
</define>
|
||||
|
Loading…
Reference in New Issue
Block a user