From 1bb38cbb16a96caf59a4ab89929f71d0cfb7682c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 3 Mar 2020 16:41:04 -0800 Subject: [PATCH] Set gic-version=max for aarch64 qemu 'machine' arg This is needed for qemu to run on the new aarch64 worker hosts, per https://bugzilla.redhat.com/show_bug.cgi?id=1661976 . Signed-off-by: Adam Williamson --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index e37ce1d5..69439fe9 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -36,7 +36,7 @@ "QEMU": "aarch64", "QEMUCPU": "host", "QEMUCPUS": "2", - "QEMUMACHINE": "virt", + "QEMUMACHINE": "virt,gic-version=max", "QEMURAM": 3072, "QEMU_VIRTIO_RNG": "1", "SERIALDEV": "ttyAMA0",