qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by defa


From: Changpeng Liu
Subject: [Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by default
Date: Wed, 16 Jan 2019 13:19:28 +0800

Signed-off-by: Changpeng Liu <address@hidden>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index 3eee3fc..3d5af97 100755
--- a/configure
+++ b/configure
@@ -5763,6 +5763,9 @@ if test "$want_tools" = "yes" ; then
   if [ "$posix" = "yes" ] && [ "$curl" = "yes" ]; then
     tools="elf2dmp $tools"
   fi
+  if [ "$linux" = "yes" ]; then
+    tools="vhost-user-blk\$(EXESUF) $tools"
+  fi
 fi
 if test "$softmmu" = yes ; then
   if test "$linux" = yes; then
-- 
1.9.3




reply via email to

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