From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxJDL-0003yh-UM for qemu-devel@nongnu.org; Thu, 01 Apr 2010 08:09:36 -0400 Received: from [140.186.70.92] (port=46659 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxJDK-0003yC-LQ for qemu-devel@nongnu.org; Thu, 01 Apr 2010 08:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxJDJ-0002zP-NP for qemu-devel@nongnu.org; Thu, 01 Apr 2010 08:09:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39462) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxJDJ-0002zJ-L2 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 08:09:33 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NxJDI-0000aT-Q8 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 08:09:33 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH] vhost: fix features ack Date: Thu, 1 Apr 2010 12:09:29 +0000 References: <20100331182031.GA5200@redhat.com> <4BB3A5A3.7000106@codemonkey.ws> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004011309.30205.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , "Michael S. Tsirkin" , Luiz Capitulino > But this makes kvm_enabled() check dynamic and code that was > eliminated by compiler for !CONFIG_KVM will now be generated. > > Wouldn't adding CONFIG_KVM to config-host.h also solve the problem? CONFIG_KVM is (and should be) a per-target decision. Paul