]> xenbits.xensource.com Git - libvirt.git/commitdiff
schema: capabilities: Add 'hvf' virt type into list of allowed types
authorPeter Krempa <pkrempa@redhat.com>
Wed, 8 Mar 2023 14:02:06 +0000 (15:02 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Apr 2023 07:19:06 +0000 (09:19 +0200)
The capabilities generated on OSX hosts with 'hvf' accelerator will not
pass schema testing as the 'hvf' type was not allowed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/schemas/capability.rng

index c7e72c6f394e4a138de475c0ea9fce4e00e7d659..83b414961ad6ecb8b94e6fa69b26c58d9378bdfa 100644 (file)
           <value>lxc</value>
           <value>openvz</value>
           <value>test</value>
+          <value>hvf</value>
         </choice>
       </attribute>