From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [RFC] Bring in all the Linux headers we depend on in QEMU Date: Mon, 04 May 2009 08:13:16 -0500 Message-ID: <49FEE9EC.6060604@codemonkey.ws> References: <49FE0E97.30602@codemonkey.ws> <49FE9069.7010201@mail.berlios.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "qemu-devel@nongnu.org" , kvm-devel To: Stefan Weil Return-path: Received: from mail-gx0-f166.google.com ([209.85.217.166]:63705 "EHLO mail-gx0-f166.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752264AbZEDNNT (ORCPT ); Mon, 4 May 2009 09:13:19 -0400 Received: by gxk10 with SMTP id 10so7760503gxk.13 for ; Mon, 04 May 2009 06:13:19 -0700 (PDT) In-Reply-To: <49FE9069.7010201@mail.berlios.de> Sender: kvm-owner@vger.kernel.org List-ID: 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