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

2025-02-26 Thread Alistair Francis
On Mon, Feb 24, 2025 at 2:46 PM wrote: > > 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 Thanks! Applied to riscv-to-apply.next Alistair > --- > target/riscv/kvm/kvm-cpu.c | 5 +

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

2025-02-25 Thread Daniel Henrique Barboza
On 2/24/25 1:39 AM, zhouq...@iscas.ac.cn wrote: 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 --- Reviewed-by: Daniel Henrique Barboza target/riscv/kvm/kvm-cpu.c | 5 + 1 fil

[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