You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all AArch64 platforms support IPAs up to 40 bits. When KVM
supports Cap::ArmVmIPASize it's better to get the IPA size from
the host and use that when creating the VM, which may avoid
unnecessary VM creation failures. Additionally, when 40 is
selected with the value 0, which means use the default, some
versions of KVM will skip a check resulting in a difficult to
debug fail. We must still use 0 when KVM only supports the
legacy fixed 40 bit IPA.
Signed-off-by: Andrew Jones <drjones@redhat.com>
0 commit comments