]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 May 2021 09:07:48 +0000 (19:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jun 2021 12:12:15 +0000 (22:12 +1000)
commit47c2a11864ced27f2f760023102e0bc4c3e51c91
tree66d7d53527665ab09b42332f0dfa14d1960df49a
parentaa158d336953830482fa14f59248ba616c262695
KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults

In order to support hash guests in the P9 path (which does not do real
mode hcalls or page fault handling), these real-mode hash specific
interrupts need to be implemented in virt mode.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210528090752.3542186-29-npiggin@gmail.com
arch/powerpc/kvm/book3s_hv.c
arch/powerpc/kvm/book3s_hv_rm_mmu.c