qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by default
@ 2019-01-16  5:19 Changpeng Liu
  2019-01-16  5:19 ` [Qemu-devel] [PATCH v2 2/3] contrib/vhost-user-blk: fix the compilation issue Changpeng Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Changpeng Liu @ 2019-01-16  5:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, stefanha, sgazare, changpeng.liu

Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
---
 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-17 11:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-16  5:19 [Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by default Changpeng Liu
2019-01-16  5:19 ` [Qemu-devel] [PATCH v2 2/3] contrib/vhost-user-blk: fix the compilation issue Changpeng Liu
2019-01-16 14:26   ` Stefan Hajnoczi
2019-01-17 11:49   ` Stefano Garzarella
2019-01-16  5:19 ` [Qemu-devel] [PATCH v2 3/3] vhost-user-blk: add discard/write zeroes features support Changpeng Liu
2019-01-16 14:26   ` Stefan Hajnoczi
2019-01-16 14:26 ` [Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by default Stefan Hajnoczi
2019-01-17 11:47 ` Stefano Garzarella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).