From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDNId-0007Fl-HD for qemu-devel@nongnu.org; Sun, 07 Jun 2009 14:40:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDNIa-0007EW-1Y for qemu-devel@nongnu.org; Sun, 07 Jun 2009 14:40:55 -0400 Received: from [199.232.76.173] (port=57150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDNIZ-0007EP-QV for qemu-devel@nongnu.org; Sun, 07 Jun 2009 14:40:51 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:39154) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDNIZ-0006F2-Dg for qemu-devel@nongnu.org; Sun, 07 Jun 2009 14:40:51 -0400 Received: by bwz23 with SMTP id 23so2200137bwz.34 for ; Sun, 07 Jun 2009 11:40:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A2C08FA.6070407@codemonkey.ws> References: <4A2A92FE.2010700@redhat.com> <20090607112325.GD29048@redhat.com> <4A2BA708.4070004@redhat.com> <4A2BB5FE.3000301@redhat.com> <4A2BC220.6090908@redhat.com> <4A2C08FA.6070407@codemonkey.ws> Date: Sun, 7 Jun 2009 21:40:50 +0300 Message-ID: Subject: Re: [Qemu-devel] Re: POLL: Why do you use kqemu? From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: =?UTF-8?Q?Andreas_F=C3=A4rber?= , Jan Kiszka , Avi Kivity , Gleb Natapov , "qemu-devel@nongnu.org" On 6/7/09, Anthony Liguori wrote: > Avi Kivity wrote: > > > Blue Swirl wrote: > > > > > I found a bug in configure, if there are targets that can't use KVM, > > > it is disabled for all targets. > > > > > > > > > > Yes. kvm support should be an array, not a scalar. Note we shouldn't > even attempt kvm if the host and target don't match. > > > > It doesn't need to be an array. Something like this should work. Actually, I committed an almost identical patch 5 hours ago.