KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 2 Feb 2018 03:29:08 +0000 (14:29 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 9 Feb 2018 04:36:36 +0000 (15:36 +1100)
commit790a9df5fbef982f2a6992194fe497dd2b794a3d
treed88cbd77fafe3909e242b77be4c768284498a4b7
parent05f2bb0313a2855e491dadfc8319b7da261d7074
KVM: PPC: Book3S HV: Make HPT resizing work on POWER9

This adds code to enable the HPT resizing code to work on POWER9,
which uses a slightly modified HPT entry format compared to POWER8.
On POWER9, we convert HPTEs read from the HPT from the new format to
the old format so that the rest of the HPT resizing code can work as
before.  HPTEs written to the new HPT are converted to the new format
as the last step before writing them into the new HPT.

This takes out the checks added by commit bcd3bb63dbc8 ("KVM: PPC:
Book3S HV: Disable HPT resizing on POWER9 for now", 2017-02-18),
now that HPT resizing works on POWER9.

On POWER9, when we pivot to the new HPT, we now call
kvmppc_setup_partition_table() to update the partition table in order
to make the hardware use the new HPT.

[paulus@ozlabs.org - added kvmppc_setup_partition_table() call,
 wrote commit message.]

Tested-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_mmu_hv.c
arch/powerpc/kvm/powerpc.c