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@xxxxxxxxxxx> --- target/loongarch/kvm.c | 126 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 target/loongarch/kvm.c
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~