diff mbox series

[v2,1/3] contrib: compile vhost-user-blk tool by default

Message ID 1547615970-23545-1-git-send-email-changpeng.liu@intel.com
State New
Headers show
Series [v2,1/3] contrib: compile vhost-user-blk tool by default | expand

Commit Message

Liu, Changpeng Jan. 16, 2019, 5:19 a.m. UTC
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefan Hajnoczi Jan. 16, 2019, 2:26 p.m. UTC | #1
On Wed, Jan 16, 2019 at 01:19:28PM +0800, Changpeng Liu wrote:
> Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
> ---
>  configure | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Stefano Garzarella Jan. 17, 2019, 11:47 a.m. UTC | #2
Note: I removed my wrong e-mail address in CC.

On Wed, Jan 16, 2019 at 01:19:28PM +0800, Changpeng Liu wrote:
> Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
> ---
>  configure | 3 +++
>  1 file changed, 3 insertions(+)
> 

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
diff mbox series

Patch

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