]> 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)
commit25b078b1c10cd361689460e16e5e4333974905bf
treed88cbd77fafe3909e242b77be4c768284498a4b7
parentc0014a1e1f680b76b2c0db8a202c0e6e3f7e4913
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 da1de4a86d43 ("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