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 12:28:02 +0200 Message-ID: <20110725102802.GJ28787@elte.hu> References: <4E2CA6DE.4040900@web.de> <20110725075305.GA32294@elte.hu> <0EAA5203-D598-4CBA-B8D2-AB371A7689A9@suse.de> <20110725085426.GA28787@elte.hu> <20110725094136.GE28787@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 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: Alexander Graf Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:42437 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254Ab1GYK2u (ORCPT ); Mon, 25 Jul 2011 06:28:50 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: * Alexander Graf wrote: > On 25.07.2011, at 11:41, Ingo Molnar wrote: > > >>> Virtualization is very tightly bound to the kernel, like it or > >>> not. So is profiling, power management and a few other things. > > > > It's a very simple point and observation: tools which integrate > > to the kernel so that they wouldnt even run on another kernel > > obviously are very natural to develop in tools/. > > Ah, very good. So all we need to do to prove the point that > kvm-tool doesn't belong in tools/ is port KVM to another OS and > make kvm-tool compile there too? Shouldn't be too hard. People > already have working ports of (old) KVM versions on FreeBSD and > Windows. Firstly, tools/kvm/ itself only works on Linux and it's developed in the kernel repo and we see many benefits of that model and are happy with it. Secondly, even your argument is rather inconsistent: by your argument what keeps KVM itself within the Linux kernel, if it's so portable to FreeBSD and Windows? By your argument all the virtio drivers should be moved out of the Linux kernel tree, to support both the FreeBSD, Windows and Linux KVM implementations. By your argument the arch/x86/ KVM disassembler should move out of the kernel tree, etc. etc. You cannot have it both ways really. So yes, i disagree with you rigid views about this, in reality what matters is the quality of the end result and the preferences of the developers. Just like i cannot (and should not) force you to develop in tools/qemu/, should you not try to force me to not develop in tools/kvm/. Thanks, Ingo