Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
target
/
i386
/
tcg
/
system
/
meson.build
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
build
10 lines
225 Bytes
Copy permalink
Copy
Raw
1
i386_system_ss
.
add
(
when
:
[
'CONFIG_TCG'
,
'CONFIG_SYSTEM_ONLY'
],
if_true
:
files
(
2
'tcg-cpu.c'
,
3
'smm_helper.c'
,
4
'excp_helper.c'
,
5
'bpt_helper.c'
,
6
'misc_helper.c'
,
7
'fpu_helper.c'
,
8
'svm_helper.c'
,
9
'seg_helper.c'
,
10
))