From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [RFC] Unify KVM kernel-space and user-space code into a single project Date: Thu, 18 Mar 2010 09:53:21 -0500 Message-ID: <4BA23E61.4080003@codemonkey.ws> References: <20100316130840.GA24808@elte.hu> <4B9FBA8B.8020200@codemonkey.ws> <20100316173940.GA23859@elte.hu> <4BA00F1F.1090907@codemonkey.ws> <20100317081041.GC16374@elte.hu> <4BA1E24B.6090904@redhat.com> <20100318085607.GB2157@elte.hu> <4BA1FC80.2000401@redhat.com> <20100318105013.GB24464@elte.hu> <4BA20EB8.60707@redhat.com> <20100318114821.GB13168@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Ingo Molnar Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:60690 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754365Ab0CROx0 (ORCPT ); Thu, 18 Mar 2010 10:53:26 -0400 In-Reply-To: <20100318114821.GB13168@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: On 03/18/2010 06:48 AM, Ingo Molnar wrote: > * Avi Kivity wrote: > > >> On 03/18/2010 12:50 PM, Ingo Molnar wrote: >> >>> * Avi Kivity wrote: >>> >>> >>>>> The moment any change (be it as trivial as fixing a GUI detail or as >>>>> complex as a new feature) involves two or more packages, development speed >>>>> slows down to a crawl - while the complexity of the change might be very >>>>> low! >>>>> >>>> Why is that? >>>> >>> It's very simple: because the contribution latencies and overhead compound, >>> almost inevitably. >>> >> It's not inevitable, if the projects are badly run, you'll have high >> latencies, but projects don't have to be badly run. >> > So the 64K dollar question is, why does Qemu still suck? > Why does Linux AIO still suck? Why do we not have a proper interface in userspace for doing asynchronous file system operations? Why don't we have an interface in userspace to do zero-copy transmit and receive of raw network packets? The lack of a decent userspace API for asynchronous file system operations is a huge usability problem for us. Take a look at the complexity of our -drive option. It's all because the kernel gives us sucky interfaces. Regards, Anthony Liguori