]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schemas: domaincaps: Add missing schema for '<cpu0Id>'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Mar 2025 08:50:16 +0000 (09:50 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Mar 2025 16:00:32 +0000 (17:00 +0100)
Fixes: 0236e6154c46603bc443eda2f05c8ce511c55b08
Resolves: https://issues.redhat.com/browse/RHEL-81890
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/conf/schemas/domaincaps.rng

index 3559d2ae05e7f52a96301b620ba0e4731a021653..595dbcd6344965c5e613a22edc52e5180979e2e5 100644 (file)
           <data type="unsignedInt"/>
         </element>
       </optional>
+      <optional>
+        <element name="cpu0Id">
+          <data type="string"/>
+        </element>
+      </optional>
     </element>
   </define>