Enable VM nesting for kata support in VM deploy 92/4292/1
authorTodd Malsbary <todd.malsbary@intel.com>
Wed, 19 May 2021 22:47:27 +0000 (15:47 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 20 May 2021 17:35:31 +0000 (10:35 -0700)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I881ed5c6d522e7e095eaee1e96e44066f6300d73

deploy/metal3-vm/vm-setup/roles/libvirt/templates/baremetalvm.xml.j2

index 306c887..0841885 100644 (file)
@@ -15,7 +15,7 @@
     <apic/>
     <pae/>
   </features>
-  <cpu mode='host-passthrough'/>
+  <cpu mode='host-model'/>
   <clock offset='utc'/>
   <on_poweroff>destroy</on_poweroff>
   <on_reboot>restart</on_reboot>