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

2024-01-01 Thread gaosong
This patch also broken 'loongarch64-linux-user' build 在 2023/12/28 下午4:40, 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 --- targ

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

2023-12-28 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 --- target/loongarch/cpu.c | 32 +++- target/loongarch/kvm.c