mbox series

[kvmtool,0/3] Add RISC-V ISA extensions based on Linux-6.9

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

Message

Anup Patel May 14, 2024, 5:49 a.m. UTC
This series adds support for new ISA extensions based on Linux-6.9 namely:
Ztso and Zacas.

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

Anup Patel (3):
  Sync-up headers with Linux-6.9 kernel
  riscv: Add Ztso extensiona support
  riscv: Add Zacas extensiona support

 arm/aarch64/include/asm/kvm.h         |  15 +-
 arm/aarch64/include/asm/sve_context.h |  11 +
 include/linux/kvm.h                   | 689 +-------------------------
 include/linux/virtio_pci.h            |  10 +-
 mips/include/asm/kvm.h                |   2 -
 powerpc/include/asm/kvm.h             |  45 +-
 riscv/fdt.c                           |   2 +
 riscv/include/asm/kvm.h               |   3 +-
 riscv/include/kvm/kvm-config-arch.h   |   6 +
 x86/include/asm/kvm.h                 | 308 +++++++++++-
 10 files changed, 384 insertions(+), 707 deletions(-)

Comments

Will Deacon July 5, 2024, 10:54 a.m. UTC | #1
On Tue, 14 May 2024 11:19:25 +0530, Anup Patel wrote:
> This series adds support for new ISA extensions based on Linux-6.9 namely:
> Ztso and Zacas.
> 
> These patches can also be found in the riscv_more_exts_round2_v1 branch
> at: https://github.com/avpatel/kvmtool.git
> 
> Anup Patel (3):
>   Sync-up headers with Linux-6.9 kernel
>   riscv: Add Ztso extensiona support
>   riscv: Add Zacas extensiona support
> 
> [...]

Applied to kvmtool (master), thanks!

[1/3] Sync-up headers with Linux-6.9 kernel
      https://git.kernel.org/will/kvmtool/c/85aaadf64649
[2/3] riscv: Add Ztso extensiona support
      https://git.kernel.org/will/kvmtool/c/a20adc64b4ea
[3/3] riscv: Add Zacas extensiona support
      https://git.kernel.org/will/kvmtool/c/32f810364df0

Cheers,