From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753159AbbBSK5l (ORCPT ); Thu, 19 Feb 2015 05:57:41 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:21263 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752635AbbBSK5j (ORCPT ); Thu, 19 Feb 2015 05:57:39 -0500 Message-ID: <54E5C16D.3060109@oracle.com> Date: Thu, 19 Feb 2015 05:56:45 -0500 From: Sasha Levin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andre Przywara , Pekka Enberg , Cyrill Gorcunov , Asias He CC: "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Marc Zyngier , Will Deacon , Ronald Minnich , "linux-arm-kernel@lists.infradead.org" Subject: Re: stand-alone kvmtool References: <54DDD465.3050300@arm.com> In-Reply-To: <54DDD465.3050300@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/13/2015 05:39 AM, Andre Przywara wrote: > Hi, > > as I found it increasingly inconvenient to use kvmtool[1] as part of a > Linux repository, I decided to give it a go and make it a stand-alone > project. So I filtered all the respective commits, adjusted the paths in > there (while keeping authorship and commit date, of course) and then > added the missing bits to let it compile without a kernel tree nearby. > The result is now available on: > > git://linux-arm.org/kvmtool.git > http://linux-arm.org/kvmtool.git Hi Andre, What inconvenience is caused by having it sit inside the kernel tree beyond an increased requirement in disk space? Moving it out will make us lose all the new features and bug fixes we gain from using the kernel code directly rather than copying it once in a while. With your suggestion we'll end up needing something that copies stuff from the kernel into that standalone tree, just like what qemu does. Thanks, Sasha