2022-11-11 16:47:56 +01:00
|
|
|
specific_ss.add(files('accel-common.c', 'accel-blocker.c'))
|
2021-02-04 17:39:24 +01:00
|
|
|
softmmu_ss.add(files('accel-softmmu.c'))
|
|
|
|
user_ss.add(files('accel-user.c'))
|
2019-08-18 14:13:08 +02:00
|
|
|
|
|
|
|
subdir('tcg')
|
2021-05-16 20:10:58 +02:00
|
|
|
if have_system
|
|
|
|
subdir('hvf')
|
|
|
|
subdir('qtest')
|
|
|
|
subdir('kvm')
|
|
|
|
subdir('xen')
|
|
|
|
subdir('stubs')
|
|
|
|
endif
|
2020-10-13 16:05:10 +02:00
|
|
|
|
2021-07-22 10:43:00 +02:00
|
|
|
# qtest
|
|
|
|
softmmu_ss.add(files('dummy-cpus.c'))
|