]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea48731fbda09f9b853bf6d29315bed9362051ee
treed88cbd77fafe3909e242b77be4c768284498a4b7
parentedb04478b632e96a5b42df335de33f2ad20866da
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 2c40007c4ae3 ("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