Re: [PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build

2023-11-08 Thread Richard Henderson
On 11/7/23 17:41, xianglai li wrote: From: Tianrui Zhao 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 Signed-off-by: xianglai li ---

[PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build

2023-11-07 Thread xianglai li
From: Tianrui Zhao 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 Signed-off-by: xianglai li --- meson.build | 2 ++ t