mbox series

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

Message ID 20230330103224.3589928-1-npiggin@gmail.com (mailing list archive)
Headers show
Series KVM: PPC: Book3S HV: Injected interrupt SRR1 | expand

Message

Nicholas Piggin March 30, 2023, 10:32 a.m. UTC
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(-)

Comments

Michael Ellerman April 6, 2023, 12:34 a.m. UTC | #1
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