From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDF4Y-0004oE-DR for qemu-devel@nongnu.org; Sun, 07 Jun 2009 05:53:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDF4T-0004jL-D4 for qemu-devel@nongnu.org; Sun, 07 Jun 2009 05:53:49 -0400 Received: from [199.232.76.173] (port=56420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDF4T-0004j6-5v for qemu-devel@nongnu.org; Sun, 07 Jun 2009 05:53:45 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDF4S-0005xW-Mi for qemu-devel@nongnu.org; Sun, 07 Jun 2009 05:53:44 -0400 Message-ID: <4A2B8E22.3040706@redhat.com> Date: Sun, 07 Jun 2009 12:53:38 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4A2B88B1.4060005@web.de> <4A2B8A9F.4060709@redhat.com> <4A2B8B15.8090203@web.de> <4A2B8C36.6010307@redhat.com> <4A2B8DB2.1040001@web.de> In-Reply-To: <4A2B8DB2.1040001@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] kvm: Improve upgrade notes when facing unsupported kernels List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Blue Swirl , =?ISO-8859-15?Q?Andreas_F=E4?=@gnu.org, =?ISO-8859-15?Q?rber?= , qemu-devel Jan Kiszka wrote: >> Alternatively, I can make kvm-kmod install the necessary headers to >> /usr/local/include. It's probably cleaner this way. >> >> > > Good idea. Maybe put them in a separate directory (and make qemu aware > of it) so that kvm-kmod packages will not run into conflicts with the > installed kernel headers. > Yes, /usr/local/include (configurable). gcc should automatically prefer /usr/local/include to /use/include. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.