]> git.proxmox.com Git - mirror_qemu.git/blame - hw/remote/meson.build
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / hw / remote / meson.build
CommitLineData
3f0e7e57
JR
1remote_ss = ss.source_set()
2
3remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))
ad22c308 4remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('mpqemu-link.c'))
48b06f50 5remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('message.c'))
c7d80c7c 6remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('remote-obj.c'))
9f811207 7remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy.c'))
bd36adb8 8remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iohub.c'))
253007d1 9remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iommu.c'))
8f9a9259 10remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: files('vfio-user-obj.c'))
3f0e7e57 11
55116968
JR
12remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: libvfio_user_dep)
13
ed5d0019 14specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
c746b74a 15specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy-memory-listener.c'))
ed5d0019 16
3f0e7e57 17softmmu_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)