commit | a722076e947023a0d6ffca79661324c45ff30641 | [log] [tgz] |
---|---|---|
author | Fabiano Rosas <farosas@linux.ibm.com> | Fri Feb 05 13:41:54 2021 -0300 |
committer | Paul Mackerras <paulus@ozlabs.org> | Wed Feb 10 16:19:36 2021 +1100 |
tree | 0df849c59b97c425c77afa2fdc45d8bbd6d2af59 | |
parent | 25edcc50d76c834479d11fcc7de46f3da4d95121 [diff] |
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2 These machines don't support running both MMU types at the same time, so remove the KVM_CAP_PPC_MMU_HASH_V3 capability when the host is using Radix MMU. [paulus@ozlabs.org - added defensive check on kvmppc_hv_ops->hash_v3_possible] Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>