From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48018 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ooet8-0002Bw-84 for qemu-devel@nongnu.org; Thu, 26 Aug 2010 12:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoehD-0006gy-GV for qemu-devel@nongnu.org; Thu, 26 Aug 2010 11:48:56 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:43239) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoehD-0006gf-EE for qemu-devel@nongnu.org; Thu, 26 Aug 2010 11:48:55 -0400 Received: by qwh5 with SMTP id 5so1808290qwh.4 for ; Thu, 26 Aug 2010 08:48:54 -0700 (PDT) Message-ID: <4C768CE3.2070304@codemonkey.ws> Date: Thu, 26 Aug 2010 10:48:51 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] vhost_net.c broken by --kerneldir References: <4C746A1E.6070000@mentor.com> <201008251537.27679.arnd@arndb.de> <4C755165.4040804@mentor.com> <201008261715.36022.arnd@arndb.de> <20100826152142.GV10499@redhat.com> In-Reply-To: <20100826152142.GV10499@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Hollis Blanchard , qemu-devel@nongnu.org, Arnd Bergmann , mst@redhat.com On 08/26/2010 10:21 AM, Gleb Natapov wrote: > You forgot about developers. Developer may want to use latest kvm kernel > headers to compile code that he added to qemu to use new kernel feature. > The Right Way to do this is a make headers_install to a temporary directory and then -I include that directory. Building directly from the kernel source tree was never the right thing to do. Regards, Anthony Liguori > -- > Gleb. > >