Browse Source
Remove all the virtiofsd build and docs infrastructure. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>pull/232/head
12 changed files with 0 additions and 55 deletions
@ -1,13 +0,0 @@ |
|||
have_virtiofsd = get_option('virtiofsd') \ |
|||
.require(targetos == 'linux', |
|||
error_message: 'virtiofsd requires Linux') \ |
|||
.require(seccomp.found() and libcap_ng.found(), |
|||
error_message: 'virtiofsd requires libcap-ng-devel and seccomp-devel') \ |
|||
.require(have_vhost_user, |
|||
error_message: 'virtiofsd needs vhost-user-support') \ |
|||
.disable_auto_if(not have_tools and not have_system) \ |
|||
.allowed() |
|||
|
|||
if have_virtiofsd |
|||
subdir('virtiofsd') |
|||
endif |
|||
@ -1,5 +0,0 @@ |
|||
{ |
|||
"description": "QEMU virtiofsd vhost-user-fs", |
|||
"type": "fs", |
|||
"binary": "@libexecdir@/virtiofsd" |
|||
} |
|||
@ -1,18 +0,0 @@ |
|||
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'), |
|||
dependencies: [seccomp, qemuutil, libcap_ng, vhost_user], |
|||
install: true, |
|||
install_dir: get_option('libexecdir')) |
|||
|
|||
configure_file(input: '50-qemu-virtiofsd.json.in', |
|||
output: '50-qemu-virtiofsd.json', |
|||
configuration: { 'libexecdir' : get_option('prefix') / get_option('libexecdir') }, |
|||
install_dir: qemu_datadir / 'vhost-user') |
|||
Loading…
Reference in new issue