]> git.proxmox.com Git - mirror_qemu.git/blame - hw/remote/meson.build
vfio-user: build library
[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'))
3f0e7e57 9
55116968
JR
10remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: libvfio_user_dep)
11
ed5d0019 12specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
c746b74a 13specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy-memory-listener.c'))
ed5d0019 14
3f0e7e57 15softmmu_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)