Re: [PATCH v2 0/2] KVM: PPC: Book3S HV: Injected interrupt SRR1

2023-04-05 Thread Michael Ellerman
On Thu, 30 Mar 2023 20:32:22 +1000, Nicholas Piggin wrote:
> I missed this in my earlier review and testing, but I think we need
> these in the prefix instruction enablement series before the final patch
> that enables HFSCR[PREFIX] for guests.
> 
> Thanks,
> Nick
> 
> [...]

Applied to powerpc/topic/ppc-kvm.

[1/2] KVM: PPC: Permit SRR1 flags in more injected interrupt types
  https://git.kernel.org/powerpc/c/460ba21d83fef766a5d34260e464c9ab8f10aa05
[2/2] KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interrupts
  https://git.kernel.org/powerpc/c/6cd5c1db9983600f1848822e86e4906377b4a899

cheers


[PATCH v2 0/2] KVM: PPC: Book3S HV: Injected interrupt SRR1

2023-03-30 Thread Nicholas Piggin
I missed this in my earlier review and testing, but I think we need
these in the prefix instruction enablement series before the final patch
that enables HFSCR[PREFIX] for guests.

Thanks,
Nick

Nicholas Piggin (2):
  KVM: PPC: Permit SRR1 flags in more injected interrupt types
  KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interrupts

 arch/powerpc/include/asm/kvm_ppc.h | 27 ++
 arch/powerpc/kvm/book3s.c  | 32 +-
 arch/powerpc/kvm/book3s_64_mmu_radix.c | 13 +++
 arch/powerpc/kvm/book3s_hv.c   | 23 --
 arch/powerpc/kvm/book3s_hv_nested.c|  9 +---
 arch/powerpc/kvm/book3s_pr.c   |  4 ++--
 arch/powerpc/kvm/booke.c   | 13 +++
 arch/powerpc/kvm/emulate_loadstore.c   |  6 ++---
 arch/powerpc/kvm/powerpc.c |  4 +++-
 9 files changed, 81 insertions(+), 50 deletions(-)

-- 
2.37.2