KVM Archive mirror
 help / color / mirror / Atom feed
From: Huacai Chen <chenhuacai@loongson.cn>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Huacai Chen <chenhuacai@kernel.org>,
	Tianrui Zhao <zhaotianrui@loongson.cn>,
	Bibo Mao <maobibo@loongson.cn>
Cc: kvm@vger.kernel.org, loongarch@lists.linux.dev,
	linux-kernel@vger.kernel.org, Xuerui Wang <kernel@xen0n.name>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Huacai Chen <chenhuacai@loongson.cn>
Subject: [GIT PULL] LoongArch KVM changes for v6.10
Date: Wed,  8 May 2024 23:02:40 +0800	[thread overview]
Message-ID: <20240508150240.225429-1-chenhuacai@loongson.cn> (raw)

The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

  Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-kvm-6.10

for you to fetch changes up to 7b7e584f90bf670d5c6f2b1fff884bf3b972cad4:

  LoongArch: KVM: Add mmio trace events support (2024-05-06 22:00:47 +0800)

----------------------------------------------------------------
LoongArch KVM changes for v6.10

1. Add ParaVirt IPI support.
2. Add software breakpoint support.
3. Add mmio trace events support.

----------------------------------------------------------------
Bibo Mao (8):
      LoongArch/smp: Refine some ipi functions on LoongArch platform
      LoongArch: KVM: Add hypercall instruction emulation
      LoongArch: KVM: Add cpucfg area for kvm hypervisor
      LoongArch: KVM: Add vcpu mapping from physical cpuid
      LoongArch: KVM: Add PV IPI support on host side
      LoongArch: KVM: Add PV IPI support on guest side
      LoongArch: KVM: Add software breakpoint support
      LoongArch: KVM: Add mmio trace events support

 arch/loongarch/Kconfig                          |   9 ++
 arch/loongarch/include/asm/Kbuild               |   1 -
 arch/loongarch/include/asm/hardirq.h            |   6 +
 arch/loongarch/include/asm/inst.h               |   2 +
 arch/loongarch/include/asm/irq.h                |  11 +-
 arch/loongarch/include/asm/kvm_host.h           |  33 +++++
 arch/loongarch/include/asm/kvm_para.h           | 161 ++++++++++++++++++++++++
 arch/loongarch/include/asm/kvm_vcpu.h           |  11 ++
 arch/loongarch/include/asm/loongarch.h          |  12 ++
 arch/loongarch/include/asm/paravirt.h           |  30 +++++
 arch/loongarch/include/asm/paravirt_api_clock.h |   1 +
 arch/loongarch/include/asm/smp.h                |  22 ++--
 arch/loongarch/include/uapi/asm/kvm.h           |   4 +
 arch/loongarch/kernel/Makefile                  |   1 +
 arch/loongarch/kernel/irq.c                     |  24 +---
 arch/loongarch/kernel/paravirt.c                | 151 ++++++++++++++++++++++
 arch/loongarch/kernel/perf_event.c              |  14 +--
 arch/loongarch/kernel/smp.c                     |  52 +++++---
 arch/loongarch/kernel/time.c                    |  12 +-
 arch/loongarch/kvm/exit.c                       | 151 +++++++++++++++++++---
 arch/loongarch/kvm/trace.h                      |  20 ++-
 arch/loongarch/kvm/vcpu.c                       | 105 +++++++++++++++-
 arch/loongarch/kvm/vm.c                         |  11 ++
 23 files changed, 746 insertions(+), 98 deletions(-)
 create mode 100644 arch/loongarch/include/asm/kvm_para.h
 create mode 100644 arch/loongarch/include/asm/paravirt.h
 create mode 100644 arch/loongarch/include/asm/paravirt_api_clock.h
 create mode 100644 arch/loongarch/kernel/paravirt.c

             reply	other threads:[~2024-05-08 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 15:02 Huacai Chen [this message]
2024-05-10 14:44 ` [GIT PULL] LoongArch KVM changes for v6.10 Paolo Bonzini

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=20240508150240.225429-1-chenhuacai@loongson.cn \
    --to=chenhuacai@loongson.cn \
    --cc=chenhuacai@kernel.org \
    --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=pbonzini@redhat.com \
    --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).