]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schemas: domaincaps: Add schema for CPU 'blockers'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 Nov 2024 07:28:19 +0000 (08:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Nov 2024 09:28:49 +0000 (10:28 +0100)
Due to broken 'virschematest' commit f4dc248a952aaebcc793c7809c6c083d9
forgot to introduce schema for the new element.

Fixes: f4dc248a952aaebcc793c7809c6c083d9cc30d0c
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/schemas/domaincaps.rng

index 40bae6e578c3a00f7597c282161156d960ffbfd1..3559d2ae05e7f52a96301b620ba0e4731a021653 100644 (file)
           </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>