qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] virtiofsd: install virtiofsd in libexec


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 3/4] virtiofsd: install virtiofsd in libexec
Date: Tue, 27 Aug 2019 10:54:36 +0100

Build and install virtiofsd on Linux hosts.  This is also how
vhost-user-gpu is handled.

Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]