loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Huacai Chen <chenhuacai@loongson.cn>
Cc: Huacai Chen <chenhuacai@kernel.org>,
	Tianrui Zhao <zhaotianrui@loongson.cn>,
	 Bibo Mao <maobibo@loongson.cn>,
	kvm@vger.kernel.org, loongarch@lists.linux.dev,
	 linux-kernel@vger.kernel.org, Xuerui Wang <kernel@xen0n.name>,
	 Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: Re: [GIT PULL] LoongArch KVM changes for v7.1
Date: Mon, 13 Apr 2026 11:46:31 +0200	[thread overview]
Message-ID: <CABgObfapzrFmCndV1HVk02rvTwvx4n1WvQ4AW0cySV6mZvWF7w@mail.gmail.com> (raw)
In-Reply-To: <20260410102245.2749691-1-chenhuacai@loongson.cn>

On Fri, Apr 10, 2026 at 12:23 PM Huacai Chen <chenhuacai@loongson.cn> wrote:
>
> The following changes since commit 591cd656a1bf5ea94a222af5ef2ee76df029c1d2:
>
>   Linux 7.0-rc7 (2026-04-05 15:26:23 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-kvm-7.1
>
> for you to fetch changes up to e47b8e1db9a9bbef6765e85b11e87f48e6b56846:
>
>   KVM: LoongArch: selftests: Add PMU overflow interrupt test (2026-04-09 18:56:38 +0800)
>
> ----------------------------------------------------------------
> LoongArch KVM changes for v7.1
>
> 1. Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel().
> 2. Let vcpu_is_preempted() a macro & some enhanments.
> 3. Add DMSINTC irqchip in kernel support.
> 4. Add KVM PMU test cases for tools/selftests.

Pulled, thanks.

Paolo

> ----------------------------------------------------------------
> Bibo Mao (4):
>       LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()
>       LoongArch: KVM: Move host CSR_EENTRY save and restore in context switch
>       LoongArch: KVM: Move host CSR_GSTAT save and restore in context switch
>       LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than function
>
> Song Gao (5):
>       LoongArch: KVM: Add DMSINTC device support
>       LoongArch: KVM: Add DMSINTC inject msi to vCPU
>       KVM: LoongArch: selftests: Add cpucfg read/write helpers
>       KVM: LoongArch: selftests: Add basic PMU event counting test
>       KVM: LoongArch: selftests: Add PMU overflow interrupt test
>
> Tao Cui (1):
>       LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
>
>  arch/loongarch/include/asm/kvm_dmsintc.h           |  27 +++
>  arch/loongarch/include/asm/kvm_host.h              |   3 +
>  arch/loongarch/include/asm/kvm_pch_pic.h           |   3 +-
>  arch/loongarch/include/asm/qspinlock.h             |  26 ++-
>  arch/loongarch/include/uapi/asm/kvm.h              |   4 +
>  arch/loongarch/kernel/paravirt.c                   |  16 +-
>  arch/loongarch/kvm/Makefile                        |   1 +
>  arch/loongarch/kvm/intc/dmsintc.c                  | 182 ++++++++++++++++++
>  arch/loongarch/kvm/intc/pch_pic.c                  |  15 +-
>  arch/loongarch/kvm/interrupt.c                     |   2 +
>  arch/loongarch/kvm/irqfd.c                         |  10 +-
>  arch/loongarch/kvm/main.c                          |  14 +-
>  arch/loongarch/kvm/vcpu.c                          |  29 +--
>  include/uapi/linux/kvm.h                           |   2 +
>  tools/testing/selftests/kvm/Makefile.kvm           |   3 +-
>  .../testing/selftests/kvm/include/loongarch/pmu.h  |  66 +++++++
>  .../selftests/kvm/include/loongarch/processor.h    |  15 ++
>  .../selftests/kvm/lib/loongarch/processor.c        |  15 +-
>  tools/testing/selftests/kvm/loongarch/pmu_test.c   | 205 +++++++++++++++++++++
>  19 files changed, 593 insertions(+), 45 deletions(-)
>  create mode 100644 arch/loongarch/include/asm/kvm_dmsintc.h
>  create mode 100644 arch/loongarch/kvm/intc/dmsintc.c
>  create mode 100644 tools/testing/selftests/kvm/include/loongarch/pmu.h
>  create mode 100644 tools/testing/selftests/kvm/loongarch/pmu_test.c
>


      reply	other threads:[~2026-04-13  9:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10 10:22 [GIT PULL] LoongArch KVM changes for v7.1 Huacai Chen
2026-04-13  9:46 ` Paolo Bonzini [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=CABgObfapzrFmCndV1HVk02rvTwvx4n1WvQ4AW0cySV6mZvWF7w@mail.gmail.com \
    --to=pbonzini@redhat.com \
    --cc=chenhuacai@kernel.org \
    --cc=chenhuacai@loongson.cn \
    --cc=jiaxun.yang@flygoat.com \
    --cc=kernel@xen0n.name \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=maobibo@loongson.cn \
    --cc=zhaotianrui@loongson.cn \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).