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:30:51 -0500 Message-ID: <49FEEE0B.70209@codemonkey.ws> References: <49FE0E97.30602@codemonkey.ws> <49FE9069.7010201@mail.berlios.de> <49FEE9EC.6060604@codemonkey.ws> <49FEED70.7020606@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stefan Weil , "qemu-devel@nongnu.org" , kvm-devel To: Avi Kivity Return-path: Received: from yw-out-2324.google.com ([74.125.46.28]:5131 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754619AbZEDNaz (ORCPT ); Mon, 4 May 2009 09:30:55 -0400 Received: by yw-out-2324.google.com with SMTP id 5so2216779ywb.1 for ; Mon, 04 May 2009 06:30:54 -0700 (PDT) In-Reply-To: <49FEED70.7020606@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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