From bb137f460f8a4d89c9e98bc82ebe7bf156bd3b30 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 12 Jun 2019 16:01:27 +0200 Subject: [PATCH] qemu-system-aarch64-wrapper: set the gic version to 3 This enables up to 512 vcpus instead of 8 --- modules/ganeti2/files/qemu-system-aarch64-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ganeti2/files/qemu-system-aarch64-wrapper b/modules/ganeti2/files/qemu-system-aarch64-wrapper index 1ad0d6739..5411e51be 100755 --- a/modules/ganeti2/files/qemu-system-aarch64-wrapper +++ b/modules/ganeti2/files/qemu-system-aarch64-wrapper @@ -13,7 +13,7 @@ # With qemu-system-aarch64 the machine should be defined even for simple # commands like querying the list of devices. args=("-machine") -args+=("virt") +args+=("virt,gic-version=3") # We want to always enable KVM. Contrary to what the Ganeti's documentation # says, enabling kvm_flag is not enough. -- 2.20.1