From: Nicholas Piggin <npiggin@gmail.com>
To: kvm-ppc@vger.kernel.org
Subject: [PATCH v2 0/5] Fix LPCR[AIL]=3 implementation
Date: Wed, 02 Oct 2019 06:00:20 +0000 [thread overview]
Message-ID: <20191002060025.11644-1-npiggin@gmail.com> (raw)
In-Reply-To: <20190916073108.3256-1-npiggin@gmail.com>
- Fixed compile failure on pmac32_defconfig + PR KVM.
- Fixed bug where end_cede was still being incorrectly called.
- Slightly improved a comment about AIL delivery criteria.
Thanks,
Nick
Nicholas Piggin (5):
KVM: PPC: Book3S: Define and use SRR1_MSR_BITS
KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch
op
KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest
delivery
KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected
interrupts
KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE
mode
arch/powerpc/include/asm/kvm_host.h | 1 -
arch/powerpc/include/asm/kvm_ppc.h | 1 +
arch/powerpc/include/asm/reg.h | 12 ++++
arch/powerpc/kvm/book3s.c | 27 +--------
arch/powerpc/kvm/book3s.h | 3 +
arch/powerpc/kvm/book3s_32_mmu.c | 6 --
arch/powerpc/kvm/book3s_64_mmu.c | 15 -----
arch/powerpc/kvm/book3s_64_mmu_hv.c | 13 -----
arch/powerpc/kvm/book3s_hv.c | 28 ++--------
arch/powerpc/kvm/book3s_hv_builtin.c | 82 +++++++++++++++++++++++-----
arch/powerpc/kvm/book3s_hv_nested.c | 2 +-
arch/powerpc/kvm/book3s_pr.c | 40 +++++++++++++-
12 files changed, 131 insertions(+), 99 deletions(-)
--
2.23.0
prev parent reply other threads:[~2019-10-02 6:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 7:31 [PATCH v2 0/5] Fix LPCR[AIL]=3 implementation and reject Nicholas Piggin
2019-09-24 6:20 ` Paul Mackerras
2019-10-02 6:00 ` Nicholas Piggin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191002060025.11644-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=kvm-ppc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox