From: Aurelien Jarno Date: Wed, 12 Jun 2019 14:01:27 +0000 (+0200) Subject: qemu-system-aarch64-wrapper: set the gic version to 3 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bb137f460f8a4d89c9e98bc82ebe7bf156bd3b30;hp=12ee5e4f8ecdb0032f28a70d858b431bcb8ac76d;p=mirror%2Fdsa-puppet.git qemu-system-aarch64-wrapper: set the gic version to 3 This enables up to 512 vcpus instead of 8 --- 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.