Re: [PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c

2023-04-20 Thread Tianrui Zhao
在 2023年04月20日 18:04, Philippe Mathieu-Daudé 写道: On 20/4/23 11:36, Tianrui Zhao wrote: Add kvm-stub.c for loongarch, there are two stub functions: kvm_loongarch_reset_vcpu and kvm_loongarch_set_interrupt. Signed-off-by: Tianrui Zhao --- target/loongarch/kvm-stub.c | 17 +++

Re: [PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 11:36, Tianrui Zhao wrote: Add kvm-stub.c for loongarch, there are two stub functions: kvm_loongarch_reset_vcpu and kvm_loongarch_set_interrupt. Signed-off-by: Tianrui Zhao --- target/loongarch/kvm-stub.c | 17 + target/loongarch/kvm_loongarch.h | 1 + 2 fil

[PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c

2023-04-20 Thread Tianrui Zhao
Add kvm-stub.c for loongarch, there are two stub functions: kvm_loongarch_reset_vcpu and kvm_loongarch_set_interrupt. Signed-off-by: Tianrui Zhao --- target/loongarch/kvm-stub.c | 17 + target/loongarch/kvm_loongarch.h | 1 + 2 files changed, 18 insertions(+) create mode 1