| softmmu_ss.add(when: 'CONFIG_TCG', if_true: files('filter-replay.c')) |
| softmmu_ss.add(files('l2tpv3.c')) |
| softmmu_ss.add(when: slirp, if_true: files('slirp.c')) |
| softmmu_ss.add(when: vde, if_true: files('vde.c')) |
| softmmu_ss.add(files('netmap.c')) |
| softmmu_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('vhost-user.c'), if_false: files('vhost-user-stub.c')) |
| softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-user-stub.c')) |
| softmmu_ss.add(when: 'CONFIG_LINUX', if_true: files('tap-linux.c')) |
| softmmu_ss.add(when: 'CONFIG_BSD', if_true: files('tap-bsd.c')) |
| softmmu_ss.add(when: 'CONFIG_SOLARIS', if_true: files('tap-solaris.c')) |
| if not config_host.has_key('CONFIG_LINUX') and not config_host.has_key('CONFIG_BSD') and not config_host.has_key('CONFIG_SOLARIS') |
| tap_posix += 'tap-stub.c' |
| softmmu_ss.add(when: 'CONFIG_POSIX', if_true: files(tap_posix)) |
| softmmu_ss.add(when: 'CONFIG_WIN32', if_true: files('tap-win32.c')) |
| softmmu_ss.add(files('vhost-vdpa.c')) |
| softmmu_ss.add(when: vmnet, if_true: vmnet_files) |