mbox series

[kvmtool,v3,0/4] Add RISC-V ISA extensions based on Linux-6.10

Message ID 20240821142610.3297483-1-apatel@ventanamicro.com (mailing list archive)
Headers show
Series Add RISC-V ISA extensions based on Linux-6.10 | expand

Message

Anup Patel Aug. 21, 2024, 2:26 p.m. UTC
This series adds support for new ISA extensions based on Linux-6.10 namely:
Sscofpmf.

These patches can also be found in the riscv_more_exts_round3_v3 branch
at: https://github.com/avpatel/kvmtool.git

Changes since v2:
 - Include a fix to correct number of hart bits for AIA

Changes since v1:
 - Included a fix for DBCN

Andrew Jones (2):
  riscv: Set SBI_SUCCESS on successful DBCN call
  riscv: Correct number of hart bits

Anup Patel (1):
  Sync-up headers with Linux-6.10 kernel

Atish Patra (1):
  riscv: Add Sscofpmf extensiona support

 include/linux/kvm.h                 |   4 +-
 include/linux/virtio_net.h          | 143 ++++++++++++++++++++++++++++
 riscv/aia.c                         |   2 +-
 riscv/fdt.c                         |   1 +
 riscv/include/asm/kvm.h             |   1 +
 riscv/include/kvm/kvm-config-arch.h |   3 +
 riscv/kvm-cpu.c                     |   1 +
 x86/include/asm/kvm.h               |  22 ++++-
 8 files changed, 172 insertions(+), 5 deletions(-)

Comments

Anup Patel Aug. 27, 2024, 9:46 a.m. UTC | #1
Hi Will,

On Wed, Aug 21, 2024 at 7:56 PM Anup Patel <apatel@ventanamicro.com> wrote:
>
> This series adds support for new ISA extensions based on Linux-6.10 namely:
> Sscofpmf.
>
> These patches can also be found in the riscv_more_exts_round3_v3 branch
> at: https://github.com/avpatel/kvmtool.git
>
> Changes since v2:
>  - Include a fix to correct number of hart bits for AIA
>
> Changes since v1:
>  - Included a fix for DBCN
>
> Andrew Jones (2):
>   riscv: Set SBI_SUCCESS on successful DBCN call
>   riscv: Correct number of hart bits
>
> Anup Patel (1):
>   Sync-up headers with Linux-6.10 kernel
>
> Atish Patra (1):
>   riscv: Add Sscofpmf extensiona support
>
>  include/linux/kvm.h                 |   4 +-
>  include/linux/virtio_net.h          | 143 ++++++++++++++++++++++++++++
>  riscv/aia.c                         |   2 +-
>  riscv/fdt.c                         |   1 +
>  riscv/include/asm/kvm.h             |   1 +
>  riscv/include/kvm/kvm-config-arch.h |   3 +
>  riscv/kvm-cpu.c                     |   1 +
>  x86/include/asm/kvm.h               |  22 ++++-
>  8 files changed, 172 insertions(+), 5 deletions(-)

Friendly ping !

Regards,
Anup
Will Deacon Aug. 30, 2024, 4:12 p.m. UTC | #2
On Wed, 21 Aug 2024 19:56:06 +0530, Anup Patel wrote:
> This series adds support for new ISA extensions based on Linux-6.10 namely:
> Sscofpmf.
> 
> These patches can also be found in the riscv_more_exts_round3_v3 branch
> at: https://github.com/avpatel/kvmtool.git
> 
> Changes since v2:
>  - Include a fix to correct number of hart bits for AIA
> 
> [...]

Applied to kvmtool (master), thanks!

[1/4] Sync-up headers with Linux-6.10 kernel
      https://git.kernel.org/will/kvmtool/c/01171537bcc0
[2/4] riscv: Add Sscofpmf extensiona support
      https://git.kernel.org/will/kvmtool/c/fa958fb68cfb
[3/4] riscv: Set SBI_SUCCESS on successful DBCN call
      https://git.kernel.org/will/kvmtool/c/027784f4c67e
[4/4] riscv: Correct number of hart bits
      https://git.kernel.org/will/kvmtool/c/100fade1ac13

Cheers,