X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Ffiles%2Fqemu-system-aarch64-wrapper;h=5411e51be46a41d25066c06e1ab59c4fe12a650c;hb=bb137f460f8a4d89c9e98bc82ebe7bf156bd3b30;hp=1ad0d673903c3220457e3e891443beec489fe766;hpb=12ee5e4f8ecdb0032f28a70d858b431bcb8ac76d;p=mirror%2Fdsa-puppet.git 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.