]> git.proxmox.com Git - mirror_qemu.git/commit
virtiofsd: Add Makefile wiring for virtiofsd contrib
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 7 Feb 2019 12:17:21 +0000 (12:17 +0000)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:36 +0000 (16:41 +0000)
commit81bfc42dcf473bc8d3790622633410da72d8e622
tree071a44b2545e47fb261a75a8cf5601dd7dc264aa
parent2f65e69a7f22da8d20c747f34f339ebb40a0634f
virtiofsd: Add Makefile wiring for virtiofsd contrib

Wire up the building of the virtiofsd in tools.

virtiofsd relies on Linux-specific system calls and seccomp.  Anyone
wishing to port it to other host operating systems should do so
carefully and without reducing security.

Only allow building on Linux hosts.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Makefile
Makefile.objs
tools/virtiofsd/Makefile.objs [new file with mode: 0644]