mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schemas: domaincaps: Add schema for CPU 'blockers'
Due to broken 'virschematest' commitf4dc248a95forgot to introduce schema for the new element. Fixes:f4dc248a95Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user