KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 16 Nov 2016 11:33:27 +0000 (22:33 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 23 Nov 2016 22:24:23 +0000 (09:24 +1100)
commit83677f551e0a6ad43061053e7d6208abcd2707f0
tree40a3b34b6abde4d5fb426b9ea870edc177aa7c9f
parent7a84084c60545bc47f3339344f1af5f94599c966
KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9

Some special-purpose registers that were present and accessible
by guests on POWER8 no longer exist on POWER9, so this adds
feature sections to ensure that we don't try to context-switch
them when going into or out of a guest on POWER9.  These are
all relatively obscure, rarely-used registers, but we had to
context-switch them on POWER8 to avoid creating a covert channel.
They are: SPMC1, SPMC2, MMCRS, CSIGR, TACR, TCSCR, and ACOP.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_hv_rmhandlers.S