3 'cryptodev-hmp-cmds.c',
10 'confidential-guest-support.c',
13 softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('rng-random.c'))
14 softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('hostmem-file.c'))
15 softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('hostmem-memfd.c'))
17 softmmu_ss.add(keyutils, files('cryptodev-lkcf.c'))
20 softmmu_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c'))
22 softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c'))
23 if have_vhost_user_crypto
24 softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c'))
26 softmmu_ss.add(when: gio, if_true: files('dbus-vmstate.c'))
27 softmmu_ss.add(when: 'CONFIG_SGX', if_true: files('hostmem-epc.c'))