Re: [PATCH v3 3/6] target/riscv: check the in-kernel irqchip support

2023-06-05 Thread Daniel Henrique Barboza
On 5/26/23 03:25, Yong-Xuan Wang wrote: We check the in-kernel irqchip support when using KVM acceleration. Signed-off-by: Yong-Xuan Wang Reviewed-by: Jim Shu --- Reviewed-by: Daniel Henrique Barboza target/riscv/kvm.c | 13 - 1 file changed, 12 insertions(+), 1 deletion

[PATCH v3 3/6] target/riscv: check the in-kernel irqchip support

2023-05-25 Thread Yong-Xuan Wang
We check the in-kernel irqchip support when using KVM acceleration. Signed-off-by: Yong-Xuan Wang Reviewed-by: Jim Shu --- target/riscv/kvm.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/target/riscv/kvm.c b/target/riscv/kvm.c index 0f932a5b96..eb469e8ca5 10