| 'confidential-guest-support.c', |
| softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('rng-random.c')) |
| softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files('hostmem-file.c')) |
| softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('hostmem-memfd.c')) |
| softmmu_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c')) |
| softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c')) |
| if have_vhost_user_crypto |
| softmmu_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c')) |
| softmmu_ss.add(when: gio, if_true: files('dbus-vmstate.c')) |
| softmmu_ss.add(when: 'CONFIG_SGX', if_true: files('hostmem-epc.c')) |