From eb054ac701ff3ed57dccafea5a4a2e67d6bdbb60 Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Tue, 7 Nov 2017 13:27:38 +0800 Subject: deploy/template/vm: support aarch64 VM - 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 --- deploy/template/vm/host-aarch64.xml | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 deploy/template/vm/host-aarch64.xml (limited to 'deploy/template') diff --git a/deploy/template/vm/host-aarch64.xml b/deploy/template/vm/host-aarch64.xml new file mode 100644 index 00000000..7f32a198 --- /dev/null +++ b/deploy/template/vm/host-aarch64.xml @@ -0,0 +1,58 @@ + + REPLACE_NAME + REPLACE_MEM + REPLACE_MEM + REPLACE_CPU + + hvm + /usr/share/AAVMF/AAVMF_CODE.fd + + + + + + + + + destroy + restart + restart + + /usr/bin/qemu-system-aarch64 + + + + + + +
+ + + + + +
+ + + + +
+ + + + +
+ + + + +
+ + + + + + + + + -- cgit 1.2.3-korg