qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] Fix configure display for non-Linux OS's and


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"
Date: Wed, 27 Jul 2011 12:50:37 +0100

On Wed, Jul 27, 2011 at 12:24 PM, Jan Kiszka <address@hidden> 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 <address@hidden>
>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]