qemu-system-aarch64-wrapper: set the gic version to 3
[mirror/dsa-puppet.git] / 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.