aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/template/vm/host-aarch64.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25deploy: remove gic version in arm vm templateYibo Cai1-3/+0
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>
2017-11-20deploy/template/vm: support aarch64 VMYibo Cai1-0/+58
- Use architecture specific host-ARCH.xml if available, otherwise fallback to default host.xml(x86_64). - Add "--nvram" to undefine UEFI enabled VMs. Change-Id: I89a0eb3875f98d18a28463bbf1004f5eca5de324 Signed-off-by: Yibo Cai <yibo.cai@arm.com>