On 4/27/23 08:26, Tianrui Zhao wrote:
Add kvm.c and kvm-stub.c into meson.build to compile it when kvm is configed. Meanwhile in meson.build, we set the kvm_targets to loongarch64-softmmu when the cpu is loongarch. Signed-off-by: Tianrui Zhao<zhaotianrui@xxxxxxxxxxx> --- meson.build | 2 ++ target/loongarch/meson.build | 1 + 2 files changed, 3 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~