From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0yAf-0003g3-Vd for qemu-devel@nongnu.org; Mon, 04 May 2009 09:25:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0yAb-0003df-J2 for qemu-devel@nongnu.org; Mon, 04 May 2009 09:25:25 -0400 Received: from [199.232.76.173] (port=49564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0yAb-0003dT-CI for qemu-devel@nongnu.org; Mon, 04 May 2009 09:25:21 -0400 Received: from yx-out-1718.google.com ([74.125.44.155]:42476) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0yAb-0005IO-3D for qemu-devel@nongnu.org; Mon, 04 May 2009 09:25:21 -0400 Received: by yx-out-1718.google.com with SMTP id 6so2042405yxn.82 for ; Mon, 04 May 2009 06:25:20 -0700 (PDT) Message-ID: <49FEECBD.1040507@codemonkey.ws> Date: Mon, 04 May 2009 08:25:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <49FE0E97.30602@codemonkey.ws> <49FEB0A6.4080104@redhat.com> <1241440974.8777.38.camel@blaa> <200905041501.42884.arnd@arndb.de> In-Reply-To: <200905041501.42884.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-15; 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: Arnd Bergmann Cc: Mark McLoughlin , Avi Kivity , kvm-devel , "qemu-devel@nongnu.org" Arnd Bergmann wrote: > On Monday 04 May 2009, Mark McLoughlin wrote: > >> Right, but if you e.g. try to build a newer qemu-kvm on F10, you >> currently need newer kvm kernel headers - IMHO, we should use #ifdef to >> allow newer qemu-kvm build with older kvm headers. >> > > I think the kvm and virtio headers should just be shipped with > qemu-kvm in their latest versions, rather than relying on the > ones from the kernel. Everything else should come from the > distro-supplied glibc kernel headers. > Just to reiterate, because I should have mentioned it in the original note, we need virtio to be buildable on non-Linux systems so those headers must not depend on having distro glibc headers. Regards, Anthony Liguori > Arnd <>< >