[lxc-devel] [lxd/master] lxd/vm: Set gic-version on arm64

stgraber on Github lxc-bot at linuxcontainers.org
Tue Mar 3 09:44:36 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200303/88b74412/attachment.bin>
-------------- next part --------------
From 4db148371c5dcdb28b82b9a92396e54bcab67133 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 3 Mar 2020 10:44:19 +0100
Subject: [PATCH] lxd/vm: Set gic-version on arm64
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/instance/drivers/driver_qemu_templates.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxd/instance/drivers/driver_qemu_templates.go b/lxd/instance/drivers/driver_qemu_templates.go
index 63e525d19e..76aae88367 100644
--- a/lxd/instance/drivers/driver_qemu_templates.go
+++ b/lxd/instance/drivers/driver_qemu_templates.go
@@ -14,6 +14,7 @@ type = "q35"
 {{end -}}
 {{if eq .architecture "aarch64" -}}
 type = "virt"
+gic-version = "host"
 {{end -}}
 {{if eq .architecture "ppc64le" -}}
 type = "pseries"


More information about the lxc-devel mailing list