diff mbox series

[3/4] virtiofsd: install virtiofsd in libexec

Message ID 20190827095437.18819-4-stefanha@redhat.com
State New
Headers show
Series virtiofsd: implement vhost-user.rst "Backend program conventions" | expand

Commit Message

Stefan Hajnoczi Aug. 27, 2019, 9:54 a.m. UTC
Build and install virtiofsd on Linux hosts.  This is also how
vhost-user-gpu is handled.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Dr. David Alan Gilbert Sept. 3, 2019, 5:29 p.m. UTC | #1
* Stefan Hajnoczi (stefanha@redhat.com) wrote:
> Build and install virtiofsd on Linux hosts.  This is also how
> vhost-user-gpu is handled.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

> ---
>  Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index a3dfdd6fa8..ef6eca07cc 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -317,6 +317,8 @@ HELPERS-y =
>  HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) = qemu-bridge-helper$(EXESUF)
>  
>  ifdef CONFIG_LINUX
> +HELPERS-y += virtiofsd$(EXESUF)
> +
>  ifdef CONFIG_VIRGL
>  ifdef CONFIG_GBM
>  HELPERS-y += vhost-user-gpu$(EXESUF)
> -- 
> 2.21.0
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index a3dfdd6fa8..ef6eca07cc 100644
--- a/Makefile
+++ b/Makefile
@@ -317,6 +317,8 @@  HELPERS-y =
 HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) = qemu-bridge-helper$(EXESUF)
 
 ifdef CONFIG_LINUX
+HELPERS-y += virtiofsd$(EXESUF)
+
 ifdef CONFIG_VIRGL
 ifdef CONFIG_GBM
 HELPERS-y += vhost-user-gpu$(EXESUF)