|
| From: | Richard Henderson |
| Subject: | Re: [PATCH RFC v2 2/9] target/loongarch: Define some kvm_arch interfaces |
| Date: | Tue, 2 May 2023 12:01:21 +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:
Define some functions in target/loongarch/kvm.c, such as kvm_arch_put_registers, kvm_arch_get_registers and kvm_arch_handle_exit, etc. which are needed by kvm/kvm-all.c. Now the most functions has no content and they will be implemented in the next patches. Signed-off-by: Tianrui Zhao<zhaotianrui@loongson.cn> --- target/loongarch/kvm.c | 126 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 target/loongarch/kvm.c
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |