From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0xz4-0007C9-8s for qemu-devel@nongnu.org; Mon, 04 May 2009 09:13:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0xyz-000775-KQ for qemu-devel@nongnu.org; Mon, 04 May 2009 09:13:25 -0400 Received: from [199.232.76.173] (port=38195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0xyz-00076w-C1 for qemu-devel@nongnu.org; Mon, 04 May 2009 09:13:21 -0400 Received: from mail-gx0-f176.google.com ([209.85.217.176]:58588) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0xyy-0003Oo-Db for qemu-devel@nongnu.org; Mon, 04 May 2009 09:13:20 -0400 Received: by gxk24 with SMTP id 24so8026474gxk.10 for ; Mon, 04 May 2009 06:13:20 -0700 (PDT) Message-ID: <49FEE9EC.6060604@codemonkey.ws> Date: Mon, 04 May 2009 08:13:16 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Bring in all the Linux headers we depend on in QEMU References: <49FE0E97.30602@codemonkey.ws> <49FE9069.7010201@mail.berlios.de> In-Reply-To: <49FE9069.7010201@mail.berlios.de> 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: Stefan Weil Cc: "qemu-devel@nongnu.org" , kvm-devel Stefan Weil wrote: > Anthony Liguori schrieb: > > > For Debian systems, those headers are installed by package linux-libc-dev. > There are also packages for cross compilation in emdebian > (linux-libc-dev-mips-cross, linux-libc-dev-powerpc-cross, ...). > > Yes, those headers did not always match the features of the current kernel, > so --enable-kvm did not work. This is fixed now - there is a linux-libc-dev > 2.6.29-3 which is up-to-date. > > So, at the moment I see no need to fill the QEMU source tree with > linux header files. > We can not just rely on everyone who uses QEMU to use the latest version of Debian... The fact is, linux-libc-dev is *not* meant for applications to use as the official kernel ABI. We shouldn't depend on it. Regards, Anthony Liguori