From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0uaT-0003qz-No for qemu-devel@nongnu.org; Mon, 04 May 2009 05:35:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0uaO-0003l1-Tb for qemu-devel@nongnu.org; Mon, 04 May 2009 05:35:49 -0400 Received: from [199.232.76.173] (port=33006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0uaO-0003kj-Kp for qemu-devel@nongnu.org; Mon, 04 May 2009 05:35:44 -0400 Received: from mx20.gnu.org ([199.232.41.8]:20132) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M0uaO-0008MX-7l for qemu-devel@nongnu.org; Mon, 04 May 2009 05:35:44 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0uaM-0004qr-Qa for qemu-devel@nongnu.org; Mon, 04 May 2009 05:35:43 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [RFC] Bring in all the Linux headers we depend on =?iso-8859-1?q?in=09QEMU?= Date: Mon, 4 May 2009 10:35:35 +0100 References: <49FE0E97.30602@codemonkey.ws> <49FE9ED0.7060301@redhat.com> In-Reply-To: <49FE9ED0.7060301@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905041035.36695.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: Avi Kivity , kvm-devel > I think we need to use the output of 'make headers-install', which > removes things like __user and CONFIG_*. Yes. Assuming we do decide to import a set of headers, they should definitely be the sanitised version created by make headers-install. Paul