contrib/gitdm: add China Telecom to the domain map
[qemu.git] / backends / meson.build
blobb1884a88ec8cc00fb189aa6e1eca49f73825c1b4
1 softmmu_ss.add([files(
2   'cryptodev-builtin.c',
3   'cryptodev.c',
4   'hostmem-ram.c',
5   'hostmem.c',
6   'rng-builtin.c',
7   'rng-egd.c',
8   'rng.c',
9   'confidential-guest-support.c',
10 ), numa])
12 softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('rng-random.c'))
13 softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('hostmem-file.c'))
14 softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('hostmem-memfd.c'))
15 if have_vhost_user
16   softmmu_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c'))
17 endif
18 softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c'))
19 if have_vhost_user_crypto
20   softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c'))
21 endif
22 softmmu_ss.add(when: gio, if_true: files('dbus-vmstate.c'))
23 softmmu_ss.add(when: 'CONFIG_SGX', if_true: files('hostmem-epc.c'))
25 subdir('tpm')