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
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
hw
/
i386
/
xen
/
meson.build
blob
c73c62b8e396160453e80814d38f40c8080c3cb7
1
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
2
'xen_apic.c',
3
'xen_pvdevice.c',
4
))
5
i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
6
'xen-hvm.c',
7
'xen-pvh.c',
8
))
9
10
i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
11
'xen_platform.c',
12
))