From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>,
Brad <brad@comstyle.com>
Subject: [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net
Date: Wed, 3 Aug 2011 11:20:42 +0100 [thread overview]
Message-ID: <1312366844-11902-2-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1312366844-11902-1-git-send-email-stefanha@linux.vnet.ibm.com>
From: Brad <brad@comstyle.com>
Fix configure display for non-Linux OS's and the KVM /
vhost-net features to show "no" output instead of nothing
at the end of the line.
Signed-off-by: Brad Smith <brad@comstyle.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 77194cf..9d46780 100755
--- a/configure
+++ b/configure
@@ -113,7 +113,6 @@ curl=""
curses=""
docs=""
fdt=""
-kvm=""
nptl=""
sdl=""
vnc="yes"
@@ -129,9 +128,10 @@ xen=""
xen_ctrl_version=""
linux_aio=""
attr=""
-vhost_net=""
xfs=""
+vhost_net="no"
+kvm="no"
gprof="no"
debug_tcg="no"
debug_mon="no"
--
1.7.5.4
next prev parent reply other threads:[~2011-08-03 10:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
2011-08-03 10:20 ` Stefan Hajnoczi [this message]
2011-08-03 10:20 ` [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean Stefan Hajnoczi
2011-08-04 22:43 ` [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Anthony Liguori
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=1312366844-11902-2-git-send-email-stefanha@linux.vnet.ibm.com \
--to=stefanha@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=brad@comstyle.com \
--cc=qemu-devel@nongnu.org \
/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).