From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0y1e-000086-Hv for qemu-devel@nongnu.org; Mon, 04 May 2009 09:16:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0y1Z-00005g-FD for qemu-devel@nongnu.org; Mon, 04 May 2009 09:16:05 -0400 Received: from [199.232.76.173] (port=55462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0y1Z-00005b-Cs for qemu-devel@nongnu.org; Mon, 04 May 2009 09:16:01 -0400 Received: from mail-gx0-f176.google.com ([209.85.217.176]:34184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0y1Z-0003ok-3p for qemu-devel@nongnu.org; Mon, 04 May 2009 09:16:01 -0400 Received: by gxk24 with SMTP id 24so8029672gxk.10 for ; Mon, 04 May 2009 06:16:00 -0700 (PDT) Message-ID: <49FEEA8E.4080600@codemonkey.ws> Date: Mon, 04 May 2009 08:15:58 -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> <20090504081756.GA25783@laped.iglesias.mooo.com> In-Reply-To: <20090504081756.GA25783@laped.iglesias.mooo.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: "Edgar E. Iglesias" Cc: "qemu-devel@nongnu.org" , kvm-devel Edgar E. Iglesias wrote: > I don't feel very strongly about it but my gut feeling tells me we > shouldn't be doing this. > We have to. It's not just KVM, it's virtio, tun/tap, and as we add more things to the Linux kernel to support QEMU, it'll just grow larger. This is how applications are supposed to use kernel headers. It's unpleasant, but that's just the way Linux is today. Regards, Anthony Liguori > Cheers >