mbox series

[kvmtool,0/2] Add riscv isa exts based on linux-6.11

Message ID cover.1727174321.git.zhouquan@iscas.ac.cn (mailing list archive)
Headers show
Series Add riscv isa exts based on linux-6.11 | expand

Message

Quan Zhou Sept. 24, 2024, 11:03 a.m. UTC
From: Quan Zhou <zhouquan@iscas.ac.cn>

Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs.

Quan Zhou (2):
  Sync-up headers with Linux-6.11 kernel
  riscv: Add Zc*/Zimop/Zcmop/Zawrs exts support

 include/linux/kvm.h                 | 27 +++++++++++++++-
 powerpc/include/asm/kvm.h           |  3 ++
 riscv/fdt.c                         |  7 +++++
 riscv/include/asm/kvm.h             |  7 +++++
 riscv/include/kvm/kvm-config-arch.h | 21 +++++++++++++
 x86/include/asm/kvm.h               | 49 +++++++++++++++++++++++++++++
 6 files changed, 113 insertions(+), 1 deletion(-)


base-commit: b48735e5d562eaffb96cf98a91da212176f1534c

Comments

Andrew Jones Sept. 24, 2024, 1:20 p.m. UTC | #1
On Tue, Sep 24, 2024 at 07:03:27PM GMT, zhouquan@iscas.ac.cn wrote:
> From: Quan Zhou <zhouquan@iscas.ac.cn>
> 
> Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs.
> 
> Quan Zhou (2):
>   Sync-up headers with Linux-6.11 kernel
>   riscv: Add Zc*/Zimop/Zcmop/Zawrs exts support
> 
>  include/linux/kvm.h                 | 27 +++++++++++++++-
>  powerpc/include/asm/kvm.h           |  3 ++
>  riscv/fdt.c                         |  7 +++++
>  riscv/include/asm/kvm.h             |  7 +++++
>  riscv/include/kvm/kvm-config-arch.h | 21 +++++++++++++
>  x86/include/asm/kvm.h               | 49 +++++++++++++++++++++++++++++
>  6 files changed, 113 insertions(+), 1 deletion(-)
> 
> 
> base-commit: b48735e5d562eaffb96cf98a91da212176f1534c
> -- 
> 2.34.1
>

These have already been posted by Anup [1].

[1] https://lore.kernel.org/all/20240831112743.379709-1-apatel@ventanamicro.com/

Thanks,
drew
Quan Zhou Sept. 24, 2024, 2:14 p.m. UTC | #2
On 2024/9/24 21:20, Andrew Jones wrote:
> On Tue, Sep 24, 2024 at 07:03:27PM GMT, zhouquan@iscas.ac.cn wrote:
>> From: Quan Zhou <zhouquan@iscas.ac.cn>
>>
>> Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs.
>>
>> Quan Zhou (2):
>>    Sync-up headers with Linux-6.11 kernel
>>    riscv: Add Zc*/Zimop/Zcmop/Zawrs exts support
>>
>>   include/linux/kvm.h                 | 27 +++++++++++++++-
>>   powerpc/include/asm/kvm.h           |  3 ++
>>   riscv/fdt.c                         |  7 +++++
>>   riscv/include/asm/kvm.h             |  7 +++++
>>   riscv/include/kvm/kvm-config-arch.h | 21 +++++++++++++
>>   x86/include/asm/kvm.h               | 49 +++++++++++++++++++++++++++++
>>   6 files changed, 113 insertions(+), 1 deletion(-)
>>
>>
>> base-commit: b48735e5d562eaffb96cf98a91da212176f1534c
>> -- 
>> 2.34.1
>>
> 
> These have already been posted by Anup [1].
> 
> [1] https://lore.kernel.org/all/20240831112743.379709-1-apatel@ventanamicro.com/
> 
> Thanks,
> drew

Sorry, I missed that. Thanks for the reminder!

Thanks,
Quan