From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [RFC/GIT PULL] Linux KVM tool for v3.2 Date: Fri, 4 Nov 2011 14:14:36 +0100 Message-ID: <20111104131436.GN1512@8bytes.org> References: <20111104121601.GA15206@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Linus Torvalds , Avi Kivity , Andrew Morton , Ingo Molnar , linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Pekka Enberg Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, Nov 04, 2011 at 02:35:18PM +0200, Pekka Enberg wrote: > We are reusing kernel code and headers and I am not interested in > copying them over. Living in the kernel tree is part of the design, > whether you like it or not. Besides that the KVM tool with its small and clean code-base is a really nice reference on how to use the KVM kernel interface for anyone willing to implement its own user-space. As a developer you can learn a lot more from it as by reading the files on Documentation/. So I think it should definitly be part of the kernel source tree. Whether it lives in tools/ or Documentation/ ... I don't care. In tools/ is certainly better for all the developers already using the it for testing their kernels. Regards, Joerg