[libvirt PATCH] schemas: Add support for maximum CPU mode

Jiri Denemark jdenemar at redhat.com
Wed Feb 10 13:09:33 UTC 2021


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 docs/schemas/cputypes.rng | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/schemas/cputypes.rng b/docs/schemas/cputypes.rng
index f66bc62ba7..77c8fa783b 100644
--- a/docs/schemas/cputypes.rng
+++ b/docs/schemas/cputypes.rng
@@ -9,6 +9,7 @@
         <value>custom</value>
         <value>host-model</value>
         <value>host-passthrough</value>
+        <value>maximum</value>
       </choice>
     </attribute>
   </define>
-- 
2.30.0




More information about the libvir-list mailing list