qemu-system-aarch64-wrapper: set the gic version to 3
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 12 Jun 2019 14:01:27 +0000 (16:01 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 12 Jun 2019 14:01:27 +0000 (16:01 +0200)
This enables up to 512 vcpus instead of 8

modules/ganeti2/files/qemu-system-aarch64-wrapper

index 1ad0d67..5411e51 100755 (executable)
@@ -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.