From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0y9g-0003LH-L7 for qemu-devel@nongnu.org; Mon, 04 May 2009 09:24:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0y9a-0003JU-2j for qemu-devel@nongnu.org; Mon, 04 May 2009 09:24:24 -0400 Received: from [199.232.76.173] (port=49539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0y9Z-0003JH-Q0 for qemu-devel@nongnu.org; Mon, 04 May 2009 09:24:17 -0400 Received: from yw-out-1718.google.com ([74.125.46.153]:1591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0y9Z-00058D-Fk for qemu-devel@nongnu.org; Mon, 04 May 2009 09:24:17 -0400 Received: by yw-out-1718.google.com with SMTP id 5so2042142ywr.82 for ; Mon, 04 May 2009 06:24:16 -0700 (PDT) Message-ID: <49FEEC7D.8090601@codemonkey.ws> Date: Mon, 04 May 2009 08:24:13 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <49FE0E97.30602@codemonkey.ws> <49FEB0A6.4080104@redhat.com> In-Reply-To: <49FEB0A6.4080104@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC] Bring in all the Linux headers we depend on in QEMU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: "qemu-devel@nongnu.org" , kvm-devel Avi Kivity wrote: > Anthony Liguori wrote: >> Comments? >> > > Thinking again about it, this is not really necessary. > > In general a distro provides kernel headers matched to the running > kernel. For example F10 provides > kernel-headers-2.6.27.21-170.2.56.fc10.x86_64 to go along with > kernel-2.6.27.21-170.2.56.fc10.x86_64. So a user running a distro > kernel (the majority, given that most people don't inflict pain upon > themselves unnecessarily) will have exactly the features exported by > the kernel. kernel-headers is not usually installed by default. Also, I'd rather not deal with #ifdef code as we introduce new features like TUN_VNET_HDR. Regards, Anthony Liguori