2020-02-05 11:45:39 +03:00
|
|
|
executable('virtiofsd', files(
|
|
|
|
'buffer.c',
|
|
|
|
'fuse_opt.c',
|
|
|
|
'fuse_log.c',
|
|
|
|
'fuse_lowlevel.c',
|
|
|
|
'fuse_signals.c',
|
|
|
|
'fuse_virtio.c',
|
|
|
|
'helper.c',
|
|
|
|
'passthrough_ll.c',
|
|
|
|
'passthrough_seccomp.c'),
|
2020-11-25 13:06:37 +03:00
|
|
|
dependencies: [seccomp, qemuutil, libcap_ng, vhost_user],
|
2020-02-05 11:45:39 +03:00
|
|
|
install: true,
|
|
|
|
install_dir: get_option('libexecdir'))
|
|
|
|
|
|
|
|
configure_file(input: '50-qemu-virtiofsd.json.in',
|
|
|
|
output: '50-qemu-virtiofsd.json',
|
2020-11-03 14:23:33 +03:00
|
|
|
configuration: { 'libexecdir' : get_option('prefix') / get_option('libexecdir') },
|
2020-08-26 14:04:16 +03:00
|
|
|
install_dir: qemu_datadir / 'vhost-user')
|