commit | db96a04a86c73817b4584aa4fa2a3f60a9aa3c52 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Thu Jun 07 18:08:02 2018 +1000 |
committer | Paul Mackerras <paulus@ozlabs.org> | Wed Jun 13 09:45:28 2018 +1000 |
tree | b79c30082d0e82ce5b53dc55ac4135686aed423d | |
parent | 4f169d21181faad87a6cdb288742e08c808ec0ef [diff] |
KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT mode It turns out that PR KVM has no dependency on the format of HPTEs, because it uses functions pointed to by mmu_hash_ops which do all the formatting and interpretation of HPTEs. Thus we can allow PR KVM to load on POWER9 bare-metal hosts as long as they are running in HPT mode. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>