From 805885bf111ad4a2fa9ad87079772c737c442a0a Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Thu, 25 Jan 2018 13:10:23 +0800 Subject: 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 --- deploy/template/vm/host-aarch64.xml | 3 --- 1 file changed, 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 @@ - - - destroy -- cgit 1.2.3-korg