[PATCH 11/24] schema: capabilities: Add 'hvf' virt type into list of allowed types

Peter Krempa pkrempa at redhat.com
Thu Mar 16 16:11:40 UTC 2023


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 at redhat.com>
---
 src/conf/schemas/capability.rng | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/schemas/capability.rng b/src/conf/schemas/capability.rng
index c7e72c6f39..83b414961a 100644
--- a/src/conf/schemas/capability.rng
+++ b/src/conf/schemas/capability.rng
@@ -428,6 +428,7 @@
           <value>lxc</value>
           <value>openvz</value>
           <value>test</value>
+          <value>hvf</value>
         </choice>
       </attribute>

-- 
2.39.2



More information about the libvir-list mailing list