From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [RFC] Unify KVM kernel-space and user-space code into a single project Date: Thu, 18 Mar 2010 20:15:55 +0100 Message-ID: <20100318191555.GA9741@elte.hu> References: <20100318161310.GA447@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Anthony Liguori , Avi Kivity , "Zhang, Yanmin" , Peter Zijlstra , Sheng Yang , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Marcelo Tosatti , oerg Roedel , Jes Sorensen , Gleb Natapov , Zachary Amsden , ziteng.huang@intel.com, Arnaldo Carvalho de Melo , Fr?d?ric Weisbecker To: drepper@gmail.com Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org * drepper@gmail.com wrote: > On Thu, Mar 18, 2010 at 09:13, Ingo Molnar wrote: > > > The suckage of kernel async IO is for similar reasons: there's an ugly > > package separation problem between the kernel and between glibc > > Bollocks. glibc would use (and is using) everything the kernel provides. I didnt say it's glibc's fault - if then it's more of the kernel's fault as most of the complexity is on that side. I said it's due to the fundamental distance between the app that makes use of it, the library and the kernel, and the resulting difficulties in getting a combined solution out. None of the parties really feels it to be their own thing. Ingo