On 4/27/23 08:26, Tianrui Zhao wrote:
Implement kvm_arch_handle_exit for loongarch. In this function, the KVM_EXIT_LOONGARCH_IOCSR is handled, we read or write the iocsr address space by the addr, length and is_write argument in kvm_run. Signed-off-by: Tianrui Zhao<zhaotianrui@xxxxxxxxxxx> --- target/loongarch/kvm.c | 24 +++++++++++++++++++++++- target/loongarch/trace-events | 1 + 2 files changed, 24 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~