Re: [PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm

2023-11-08 Thread Philippe Mathieu-Daudé
On 8/11/23 02:41, xianglai li wrote: From: Tianrui Zhao Implement loongarch kvm set vcpu interrupt interface, when a irq is set in vcpu, we use the KVM_INTERRUPT ioctl to set intr into kvm. Signed-off-by: Tianrui Zhao Signed-off-by: xianglai li --- target/loongarch/cpu.c | 18 +++

[PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm

2023-11-07 Thread xianglai li
From: Tianrui Zhao Implement loongarch kvm set vcpu interrupt interface, when a irq is set in vcpu, we use the KVM_INTERRUPT ioctl to set intr into kvm. Signed-off-by: Tianrui Zhao Signed-off-by: xianglai li --- target/loongarch/cpu.c | 18 +- target/loongarch/kvm-st