From: Anup Patel <apatel@ventanamicro.com>
To: Atish Patra <atish.patra@linux.dev>,
Andrew Jones <ajones@ventanamicro.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Alexandre Ghiti <alex@ghiti.fr>,
Paolo Bonzini <pbonzini@redhat.com>,
Shuah Khan <shuah@kernel.org>, Anup Patel <anup@brainfault.org>,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org,
Anup Patel <apatel@ventanamicro.com>
Subject: [PATCH 0/4] SBI MPXY support for KVM Guest
Date: Fri, 17 Oct 2025 21:29:21 +0530 [thread overview]
Message-ID: <20251017155925.361560-1-apatel@ventanamicro.com> (raw)
This series adds SBI MPXY support for KVM Guest/VM which will
enable QEMU-KVM or KVMTOOL to emulate RPMI MPXY channels for the
Guest/VM.
These patches can also be found in riscv_kvm_sbi_mpxy_v1 branch
at: https://github.com/avpatel/linux.git
Anup Patel (4):
RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension
handler
RISC-V: KVM: Add separate source for forwarded SBI extensions
RISC-V: KVM: Add SBI MPXY extension support for Guest
KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list
arch/riscv/include/asm/kvm_vcpu_sbi.h | 5 ++-
arch/riscv/include/uapi/asm/kvm.h | 1 +
arch/riscv/kvm/Makefile | 1 +
arch/riscv/kvm/vcpu_sbi.c | 10 +++++-
arch/riscv/kvm/vcpu_sbi_base.c | 28 +--------------
arch/riscv/kvm/vcpu_sbi_forward.c | 34 +++++++++++++++++++
arch/riscv/kvm/vcpu_sbi_replace.c | 32 -----------------
arch/riscv/kvm/vcpu_sbi_system.c | 4 +--
arch/riscv/kvm/vcpu_sbi_v01.c | 3 +-
.../selftests/kvm/riscv/get-reg-list.c | 4 +++
10 files changed, 56 insertions(+), 66 deletions(-)
create mode 100644 arch/riscv/kvm/vcpu_sbi_forward.c
--
2.43.0
--
kvm-riscv mailing list
kvm-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kvm-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Anup Patel <apatel@ventanamicro.com>
To: Atish Patra <atish.patra@linux.dev>,
Andrew Jones <ajones@ventanamicro.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Alexandre Ghiti <alex@ghiti.fr>,
Paolo Bonzini <pbonzini@redhat.com>,
Shuah Khan <shuah@kernel.org>, Anup Patel <anup@brainfault.org>,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org,
Anup Patel <apatel@ventanamicro.com>
Subject: [PATCH 0/4] SBI MPXY support for KVM Guest
Date: Fri, 17 Oct 2025 21:29:21 +0530 [thread overview]
Message-ID: <20251017155925.361560-1-apatel@ventanamicro.com> (raw)
This series adds SBI MPXY support for KVM Guest/VM which will
enable QEMU-KVM or KVMTOOL to emulate RPMI MPXY channels for the
Guest/VM.
These patches can also be found in riscv_kvm_sbi_mpxy_v1 branch
at: https://github.com/avpatel/linux.git
Anup Patel (4):
RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension
handler
RISC-V: KVM: Add separate source for forwarded SBI extensions
RISC-V: KVM: Add SBI MPXY extension support for Guest
KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list
arch/riscv/include/asm/kvm_vcpu_sbi.h | 5 ++-
arch/riscv/include/uapi/asm/kvm.h | 1 +
arch/riscv/kvm/Makefile | 1 +
arch/riscv/kvm/vcpu_sbi.c | 10 +++++-
arch/riscv/kvm/vcpu_sbi_base.c | 28 +--------------
arch/riscv/kvm/vcpu_sbi_forward.c | 34 +++++++++++++++++++
arch/riscv/kvm/vcpu_sbi_replace.c | 32 -----------------
arch/riscv/kvm/vcpu_sbi_system.c | 4 +--
arch/riscv/kvm/vcpu_sbi_v01.c | 3 +-
.../selftests/kvm/riscv/get-reg-list.c | 4 +++
10 files changed, 56 insertions(+), 66 deletions(-)
create mode 100644 arch/riscv/kvm/vcpu_sbi_forward.c
--
2.43.0
WARNING: multiple messages have this Message-ID (diff)
From: Anup Patel <apatel@ventanamicro.com>
To: Atish Patra <atish.patra@linux.dev>,
Andrew Jones <ajones@ventanamicro.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Alexandre Ghiti <alex@ghiti.fr>,
Paolo Bonzini <pbonzini@redhat.com>,
Shuah Khan <shuah@kernel.org>, Anup Patel <anup@brainfault.org>,
kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org,
Anup Patel <apatel@ventanamicro.com>
Subject: [PATCH 0/4] SBI MPXY support for KVM Guest
Date: Fri, 17 Oct 2025 21:29:21 +0530 [thread overview]
Message-ID: <20251017155925.361560-1-apatel@ventanamicro.com> (raw)
This series adds SBI MPXY support for KVM Guest/VM which will
enable QEMU-KVM or KVMTOOL to emulate RPMI MPXY channels for the
Guest/VM.
These patches can also be found in riscv_kvm_sbi_mpxy_v1 branch
at: https://github.com/avpatel/linux.git
Anup Patel (4):
RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension
handler
RISC-V: KVM: Add separate source for forwarded SBI extensions
RISC-V: KVM: Add SBI MPXY extension support for Guest
KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list
arch/riscv/include/asm/kvm_vcpu_sbi.h | 5 ++-
arch/riscv/include/uapi/asm/kvm.h | 1 +
arch/riscv/kvm/Makefile | 1 +
arch/riscv/kvm/vcpu_sbi.c | 10 +++++-
arch/riscv/kvm/vcpu_sbi_base.c | 28 +--------------
arch/riscv/kvm/vcpu_sbi_forward.c | 34 +++++++++++++++++++
arch/riscv/kvm/vcpu_sbi_replace.c | 32 -----------------
arch/riscv/kvm/vcpu_sbi_system.c | 4 +--
arch/riscv/kvm/vcpu_sbi_v01.c | 3 +-
.../selftests/kvm/riscv/get-reg-list.c | 4 +++
10 files changed, 56 insertions(+), 66 deletions(-)
create mode 100644 arch/riscv/kvm/vcpu_sbi_forward.c
--
2.43.0
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next reply other threads:[~2025-10-17 15:59 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 15:59 Anup Patel [this message]
2025-10-17 15:59 ` [PATCH 0/4] SBI MPXY support for KVM Guest Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 15:59 ` [PATCH 1/4] RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handler Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 16:14 ` Andrew Jones
2025-10-17 16:14 ` Andrew Jones
2025-10-17 16:14 ` Andrew Jones
2025-10-17 15:59 ` [PATCH 2/4] RISC-V: KVM: Add separate source for forwarded SBI extensions Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 16:17 ` Andrew Jones
2025-10-17 16:17 ` Andrew Jones
2025-10-17 16:17 ` Andrew Jones
2025-10-17 15:59 ` [PATCH 3/4] RISC-V: KVM: Add SBI MPXY extension support for Guest Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 16:20 ` Andrew Jones
2025-10-17 16:20 ` Andrew Jones
2025-10-17 16:20 ` Andrew Jones
2025-10-17 15:59 ` [PATCH 4/4] KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 15:59 ` Anup Patel
2025-10-17 16:20 ` Andrew Jones
2025-10-17 16:20 ` Andrew Jones
2025-10-17 16:20 ` Andrew Jones
2025-10-27 3:38 ` [PATCH 0/4] SBI MPXY support for KVM Guest Anup Patel
2025-10-27 3:38 ` Anup Patel
2025-10-27 3:38 ` Anup Patel
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=20251017155925.361560-1-apatel@ventanamicro.com \
--to=apatel@ventanamicro.com \
--cc=ajones@ventanamicro.com \
--cc=alex@ghiti.fr \
--cc=anup@brainfault.org \
--cc=atish.patra@linux.dev \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=pbonzini@redhat.com \
--cc=shuah@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.