qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit


From: Richard Henderson
Subject: Re: [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit
Date: Wed, 3 May 2023 07:22:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

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@loongson.cn>
---
  target/loongarch/kvm.c        | 24 +++++++++++++++++++++++-
  target/loongarch/trace-events |  1 +
  2 files changed, 24 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]