mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/loongarch: Add loongarch kvm into meson build
Add kvm.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. And fix the compiling error when config is enable-kvm,disable-tcg. Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn> Signed-off-by: xianglai li <lixianglai@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240105075804.1228596-10-zhaotianrui@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
This commit is contained in:
parent
8dcbad5128
commit
714b03c125
3 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,4 @@ subdir('tcg')
|
|||
|
||||
target_arch += {'loongarch': loongarch_ss}
|
||||
target_system_arch += {'loongarch': loongarch_system_ss}
|
||||
subdir('kvm')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue