qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"
@ 2011-07-27  3:11 Brad
  2011-07-27 11:24 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Brad @ 2011-07-27  3:11 UTC (permalink / raw)
  To: qemu-devel

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>

---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index dc9a1fe..ef8a4c8 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.6


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

* Re: [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"
  2011-07-27  3:11 [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no" Brad
@ 2011-07-27 11:24 ` Jan Kiszka
  2011-07-27 11:50   ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2011-07-27 11:24 UTC (permalink / raw)
  To: Brad; +Cc: qemu-trivial, qemu-devel

On 2011-07-27 05:11, Brad wrote:
> diff --git a/configure b/configure
> index dc9a1fe..ef8a4c8 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.6

Acked-by: Jan Kiszka <jan.kiszka@siemens.com>

Should probably be fine for the trivial tree.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"
  2011-07-27 11:24 ` Jan Kiszka
@ 2011-07-27 11:50   ` Stefan Hajnoczi
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-07-27 11:50 UTC (permalink / raw)
  To: Brad; +Cc: qemu-trivial, Jan Kiszka, qemu-devel

On Wed, Jul 27, 2011 at 12:24 PM, Jan Kiszka <jan.kiszka@siemens.com> wrote:
> On 2011-07-27 05:11, Brad wrote:
>> diff --git a/configure b/configure
>> index dc9a1fe..ef8a4c8 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.6
>
> Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
>
> Should probably be fine for the trivial tree.

I sent out a pull request for trivial-patches.  This patch will be
added for the next pull request.

Stefan

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

end of thread, other threads:[~2011-07-27 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27  3:11 [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no" Brad
2011-07-27 11:24 ` Jan Kiszka
2011-07-27 11:50   ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi

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).