deploy: remove gic version in arm vm template 09/51109/1
authorYibo Cai <yibo.cai@arm.com>
Thu, 25 Jan 2018 05:10:23 +0000 (13:10 +0800)
committerYibo Cai <yibo.cai@arm.com>
Thu, 25 Jan 2018 09:29:36 +0000 (17:29 +0800)
GIC version is set to v2 in current Arm VM template, but ThunderX
only supports GICv3 which results in the failure to start VM. This
patch removes GIC version definition and let libvirt to figure out
the default value based on host system.

Change-Id: I0e487e13ee4192a705f635781b1071521f610db5
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
deploy/template/vm/host-aarch64.xml

index 7f32a19..69202fd 100644 (file)
@@ -9,9 +9,6 @@
     <boot dev='hd'/>
     <boot dev='network'/>
   </os>
-  <features>
-    <gic version='2'/>
-  </features>
   <cpu mode='host-passthrough'/>
   <clock offset='utc'/>
   <on_poweroff>destroy</on_poweroff>