[PATCH] target/riscv/kvm: Add some exts support

2025-02-23 Thread zhouquan
From: Quan Zhou When the Sscofpmf/Svade/Svadu/Smnpm/Ssnpm exts is available expose it to the guest so that guest can use it. Signed-off-by: Quan Zhou --- target/riscv/kvm/kvm-cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c

[PATCH 2/2] target/riscv/kvm: Update kvm exts to Linux v6.11

2024-09-24 Thread zhouquan
From: Quan Zhou Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs. Signed-off-by: Quan Zhou --- target/riscv/kvm/kvm-cpu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c index f6e3156b8d..428aaee552 100644 --- a/tar

[PATCH 0/2] target/riscv/kvm: Update kvm exts to Linux v6.11

2024-09-24 Thread zhouquan
From: Quan Zhou Update QEMU's KVM extension support to version 6.11. Quan Zhou (2): linux-headers: Update to Linux v6.11 target/riscv/kvm: Update kvm exts to Linux v6.11 include/standard-headers/drm/drm_fourcc.h | 18 ++ include/standard-headers/linux/ethtool.h | 210

[PATCH 1/2] linux-headers: Update to Linux v6.11

2024-09-24 Thread zhouquan
From: Quan Zhou Sync Linux 6.11 headers to get the latest RISC-V KVM caps. Signed-off-by: Quan Zhou --- include/standard-headers/drm/drm_fourcc.h | 18 ++ include/standard-headers/linux/ethtool.h | 210 ++ .../linux/input-event-codes.h | 2 + linux-h