repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: allow unions to contain further unions
[qemu/armbru.git]
/
target
/
i386
/
hax
/
meson.build
blob
d6c520fb6bad1d767bb178141d5d9bcfe98d298a
1
i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
2
'hax-all.c',
3
'hax-mem.c',
4
'hax-accel-ops.c',
5
))
6
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
7
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))