From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <200905041035.36695.paul@codesourcery.com> References: <49FE0E97.30602@codemonkey.ws> <49FE9ED0.7060301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Anthony Liguori , kvm-devel To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([65.74.133.4]:51658 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940AbZEDJfl (ORCPT ); Mon, 4 May 2009 05:35:41 -0400 In-Reply-To: <49FE9ED0.7060301@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: > 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