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

2023-05-02 Thread Richard Henderson
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 --- meson.build | 2 ++ target/lo

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

2023-04-27 Thread 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 --- meson.build | 2 ++ target/loongarch/meson.build | 1 + 2 files change