qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Changpeng Liu <changpeng.liu@intel.com>
To: qemu-devel@nongnu.org
Cc: mst@redhat.com, stefanha@redhat.com, sgazare@redhat.com,
	changpeng.liu@intel.com
Subject: [Qemu-devel] [PATCH v2 1/3] contrib: compile vhost-user-blk tool by default
Date: Wed, 16 Jan 2019 13:19:28 +0800	[thread overview]
Message-ID: <1547615970-23545-1-git-send-email-changpeng.liu@intel.com> (raw)

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

             reply	other threads:[~2019-01-16  5:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-16  5:19 Changpeng Liu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547615970-23545-1-git-send-email-changpeng.liu@intel.com \
    --to=changpeng.liu@intel.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sgazare@redhat.com \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).