hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
[qemu/ar7.git] / accel / meson.build
blobfda3157a6e6d7a154655861d7835666bbad60356
1 specific_ss.add(files('accel-target.c'))
2 system_ss.add(files('accel-softmmu.c', 'accel-blocker.c'))
3 user_ss.add(files('accel-user.c'))
5 subdir('tcg')
6 if have_system
7   subdir('hvf')
8   subdir('qtest')
9   subdir('kvm')
10   subdir('xen')
11   subdir('stubs')
12 endif
14 # qtest
15 system_ss.add(files('dummy-cpus.c'))