From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL] Native Linux KVM tool for 3.1 Date: Mon, 25 Jul 2011 13:32:58 +0200 Message-ID: <20110725113258.GA26133@elte.hu> References: <4E2CA6DE.4040900@web.de> <20110725075305.GA32294@elte.hu> <0EAA5203-D598-4CBA-B8D2-AB371A7689A9@suse.de> <20110725103817.GA21683@infradead.org> <20110725110809.GO28787@elte.hu> <20110725112412.GA1429@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Graf , Pekka Enberg , Jan Kiszka , torvalds@linux-foundation.org, avi@redhat.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, gorcunov@gmail.com, levinsasha928@gmail.com, asias.hejun@gmail.com, prasadjoshi124@gmail.com To: Christoph Hellwig Return-path: Content-Disposition: inline In-Reply-To: <20110725112412.GA1429@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org * Christoph Hellwig wrote: > On Mon, Jul 25, 2011 at 01:08:10PM +0200, Ingo Molnar wrote: > > > Fact is that developing ABIs within an integrated project is > > *amazingly* powerful. You should try it one day, instead of > > criticizing it :-) > > I've been doing this long before you declare it the rosetta stone. > Some of the worst ABIs I know come from that kind of development, > e.g. all the ioctls we have in xfs, inherited from the "tightly > integrated" IRIX development cycle. As i said it's not a guarantee, you can mess up even under the best of circumstances. Also, arguably a filesystem is constrainted wrt. ABIs: it's just one filesystem which pretty much pushes it towards ioctls which in turn is often an unstructured breeding ground for mess. Thanks, Ingo