[GIT PULL] KVM/riscv changes for 6.8 part #2

Paolo Bonzini pbonzini at redhat.com
Fri Jan 26 09:59:54 PST 2024


On Fri, Jan 19, 2024 at 6:33 AM Anup Patel <anup at brainfault.org> wrote:
>
> Hi Paolo,
>
> We have the following additional KVM RISC-V changes for 6.8:
> 1) Zbc extension support for Guest/VM
> 2) Scalar crypto extensions support for Guest/VM
> 3) Vector crypto extensions support for Guest/VM
> 4) Zfh[min] extensions support for Guest/VM
> 5) Zihintntl extension support for Guest/VM
> 6) Zvfh[min] extensions support for Guest/VM
> 7) Zfa extension support for Guest/VM

Pulled, thanks.

Paolo

> Please pull.
>
> Regards,
> Anup
>
> The following changes since commit 9d1694dc91ce7b80bc96d6d8eaf1a1eca668d847:
>
>   Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
> (2024-01-18 18:22:40 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/kvm-riscv/linux.git tags/kvm-riscv-6.8-2
>
> for you to fetch changes up to 4d0e8f9a361b3a1f7b67418c536b258323de734f:
>
>   KVM: riscv: selftests: Add Zfa extension to get-reg-list test
> (2024-01-19 09:20:19 +0530)
>
> ----------------------------------------------------------------
> KVM/riscv changes for 6.8 part #2
>
> - Zbc extension support for Guest/VM
> - Scalar crypto extensions support for Guest/VM
> - Vector crypto extensions support for Guest/VM
> - Zfh[min] extensions support for Guest/VM
> - Zihintntl extension support for Guest/VM
> - Zvfh[min] extensions support for Guest/VM
> - Zfa extension support for Guest/VM
>
> ----------------------------------------------------------------
> Anup Patel (14):
>       RISC-V: KVM: Allow Zbc extension for Guest/VM
>       KVM: riscv: selftests: Add Zbc extension to get-reg-list test
>       RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
>       KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
>       RISC-V: KVM: Allow vector crypto extensions for Guest/VM
>       KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
>       RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
>       KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
>       RISC-V: KVM: Allow Zihintntl extension for Guest/VM
>       KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
>       RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
>       KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
>       RISC-V: KVM: Allow Zfa extension for Guest/VM
>       KVM: riscv: selftests: Add Zfa extension to get-reg-list test
>
>  arch/riscv/include/uapi/asm/kvm.h                |  27 ++++++
>  arch/riscv/kvm/vcpu_onereg.c                     |  54 ++++++++++++
>  tools/testing/selftests/kvm/riscv/get-reg-list.c | 108 +++++++++++++++++++++++
>  3 files changed, 189 insertions(+)
>




More information about the linux-riscv mailing list