aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYibo Cai <yibo.cai@arm.com>2018-01-25 13:10:23 +0800
committerYibo Cai <yibo.cai@arm.com>2018-01-25 17:29:36 +0800
commit805885bf111ad4a2fa9ad87079772c737c442a0a (patch)
tree2b80c7841d4023b6533a6930f98dd0d9f41c5d44
parent8efd8e09cd89f38398f61d39619c03ae599e26b2 (diff)
deploy: remove gic version in arm vm template
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>
-rw-r--r--deploy/template/vm/host-aarch64.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/template/vm/host-aarch64.xml b/deploy/template/vm/host-aarch64.xml
index 7f32a198..69202fd2 100644
--- a/deploy/template/vm/host-aarch64.xml
+++ b/deploy/template/vm/host-aarch64.xml
@@ -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>