1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
specific_ss.add(files('accel-common.c', 'accel-blocker.c')) system_ss.add(files('accel-softmmu.c')) user_ss.add(files('accel-user.c')) subdir('tcg') if have_system subdir('hvf') subdir('qtest') subdir('kvm') subdir('xen') subdir('stubs') endif # qtest system_ss.add(files('dummy-cpus.c'))