kvm: error out of kvm_irqchip_add_msi_route() in case of full route table
[qemu/ar7.git] / storage-daemon / meson.build
blob46267b63e72b1eab85acff02952d4499aa418805
1 qsd_ss = ss.source_set()
2 qsd_ss.add(files('qemu-storage-daemon.c'))
3 qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
5 subdir('qapi')
7 if have_tools
8   qsd_ss = qsd_ss.apply({})
9   qsd = executable('qemu-storage-daemon',
10                    qsd_ss.sources(),
11                    dependencies: qsd_ss.dependencies(),
12                    install: true)
13 endif