KVM/arm64 has forever used a 40bit default IPA space, partially
due to its 32bit heritage (where the only choice is 40bit).
...
This adds an -EINVAL exit with the following message logged (visible in the rport):
May 28 08:01:13 helo-kernel kernel: [ 1036.620470] qemu-system-aar using unsupported default IPA limit, upgrade your VMM
This seems to be a deliberate action caused by:
commit c526c11a462c4f1c0a88735b6e2d1083a9655d0b
Author: Marc Zyngier <email address hidden>
Date: Thu Mar 11 10:00:15 2021 +0000
KVM: arm64: Reject VM creation when the default IPA size is unsupported
BugLink: https://bugs.launchpad.net/bugs/1925259
commit 7d717558dd5ef10d28866750d5c24ff892ea3778 upstream.
KVM/arm64 has forever used a 40bit default IPA space, partially
due to its 32bit heritage (where the only choice is 40bit).
...
This adds an -EINVAL exit with the following message logged (visible in the rport):
May 28 08:01:13 helo-kernel kernel: [ 1036.620470] qemu-system-aar using unsupported default IPA limit, upgrade your VMM