[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option

Anup Patel anup at brainfault.org
Thu May 1 06:13:07 PDT 2025


Hi Will,

On Sat, Apr 26, 2025 at 4:33 PM Anup Patel <apatel at ventanamicro.com> wrote:
>
> This series does the following improvements:
> 1) Add Svvptc, Zabha, and Ziccrse extension support (PATCH2 to PATCH3)
> 2) Add SBI system suspend support (PATCH5 to PATCH6)
> 3) Add "--cpu-type" command-line option supporting "min" and "max"
>    CPU types where "max" is the default (PATCH8 to PATCH10)
>
> These patches can also be found in the riscv_more_exts_round6_v3 branch
> at: https://github.com/avpatel/kvmtool.git
>
> Changes since v2:
>  - Addressed comments on PATCH10
>
> Changes since v1:
>  - Rebased on latest KVMTOOL commit d410d9a16f91458ae2b912cc088015396f22dfad
>  - Addressed comments on PATCH8, PATCH9, and PATCH10
>
> Andrew Jones (3):
>   riscv: Add SBI system suspend support
>   riscv: Make system suspend time configurable
>   riscv: Fix no params with nodefault segfault
>
> Anup Patel (7):
>   Sync-up headers with Linux-6.14 kernel
>   riscv: Add Svvptc extension support
>   riscv: Add Zabha extension support
>   riscv: Add Ziccrse extension support
>   riscv: Include single-letter extensions in isa_info_arr[]
>   riscv: Add cpu-type command-line option
>   riscv: Allow including extensions in the min CPU type using
>     command-line
>
>  arm64/include/asm/kvm.h             |   3 -
>  include/linux/kvm.h                 |   8 +-
>  include/linux/virtio_pci.h          |  14 ++
>  riscv/aia.c                         |   2 +-
>  riscv/fdt.c                         | 240 +++++++++++++++++++---------
>  riscv/include/asm/kvm.h             |   7 +-
>  riscv/include/kvm/kvm-arch.h        |   2 +
>  riscv/include/kvm/kvm-config-arch.h |  26 +++
>  riscv/include/kvm/sbi.h             |   9 ++
>  riscv/kvm-cpu.c                     |  36 +++++
>  x86/include/asm/kvm.h               |   1 +
>  11 files changed, 265 insertions(+), 83 deletions(-)
>
> --
> 2.43.0
>

Friendly ping ?

Regards,
Anup



More information about the kvm-riscv mailing list