repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i386: split seg_helper into user-only and sysemu parts
[qemu/kevin.git]
/
target
/
i386
/
tcg
/
user
/
meson.build
blob
9eac0e69ca387a886a820def5335a4960bfd3fb1
1
i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
2
'excp_helper.c',
3
'misc_stubs.c',
4
'svm_stubs.c',
5
'seg_helper.c',
6
))