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:15:58 -0500 Message-ID: <49FEEA8E.4080600@codemonkey.ws> References: <49FE0E97.30602@codemonkey.ws> <49FE9069.7010201@mail.berlios.de> <20090504081756.GA25783@laped.iglesias.mooo.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: "Edgar E. Iglesias" Return-path: Received: from yx-out-2324.google.com ([74.125.44.29]:50675 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756207AbZEDNQB (ORCPT ); Mon, 4 May 2009 09:16:01 -0400 Received: by yx-out-2324.google.com with SMTP id 3so2216549yxj.1 for ; Mon, 04 May 2009 06:16:00 -0700 (PDT) In-Reply-To: <20090504081756.GA25783@laped.iglesias.mooo.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 >