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

2024-01-10 Thread Philippe Mathieu-Daudé
Hi Tianrui, On 5/1/24 08:58, Tianrui Zhao wrote: 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 Reviewed-by: Song Gao --- target/loongarch/cpu.c

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

2024-01-05 Thread 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 Reviewed-by: Song Gao --- target/loongarch/cpu.c | 34 +--- target/