From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0yG5-0006ES-4p for qemu-devel@nongnu.org; Mon, 04 May 2009 09:31:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0yG0-0006Av-5X for qemu-devel@nongnu.org; Mon, 04 May 2009 09:31:00 -0400 Received: from [199.232.76.173] (port=55753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0yFz-0006An-Ss for qemu-devel@nongnu.org; Mon, 04 May 2009 09:30:55 -0400 Received: from yx-out-1718.google.com ([74.125.44.157]:41536) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0yFz-0006On-Gy for qemu-devel@nongnu.org; Mon, 04 May 2009 09:30:55 -0400 Received: by yx-out-1718.google.com with SMTP id 6so2044059yxn.82 for ; Mon, 04 May 2009 06:30:54 -0700 (PDT) Message-ID: <49FEEE0B.70209@codemonkey.ws> Date: Mon, 04 May 2009 08:30:51 -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> <49FEE9EC.6060604@codemonkey.ws> <49FEED70.7020606@redhat.com> In-Reply-To: <49FEED70.7020606@redhat.com> 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: Avi Kivity Cc: "qemu-devel@nongnu.org" , kvm-devel Avi Kivity wrote: > At least on Fedora, kernel-headers is. It is installed in > /usr/include/linux and is synced (sorta) to the installed kernel. It's not the case with Ubuntu. > Carrying a subset of kernel headers is a bit too much, IMO. Carrying virtio, kvm, and if_tun would be sufficient IMO. I think depending on /usr/include/linux is okay for kvm and if_tun, but virtio needs to be buildable without /usr/include/linux. Regards, Anthony Liguori