From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756673AbbFCRZV (ORCPT ); Wed, 3 Jun 2015 13:25:21 -0400 Received: from foss.arm.com ([217.140.101.70]:40210 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754222AbbFCRZN (ORCPT ); Wed, 3 Jun 2015 13:25:13 -0400 Date: Wed, 3 Jun 2015 18:25:08 +0100 From: Will Deacon To: kvm@vger.kernel.org Cc: Pekka Enberg , Andre Przywara , Sasha Levin , Cyrill Gorcunov , Asias He , "kvmarm@lists.cs.columbia.edu" , "linux-kernel@vger.kernel.org" , Marc Zyngier , Ronald Minnich , "linux-arm-kernel@lists.infradead.org" , rmk@arm.linux.org.uk Subject: [ANNOUNCE] Stand-alone kvmtool repository Message-ID: <20150603172508.GM17581@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Thanks to a tonne of help (and friendly nagging!) from Andre, I'm pleased to announce a stand-alone repository for kvmtool: git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git This is a follow-up from a previous thread[1] where we concluded that this was the right way to go. As requested, the original git history is preserved but is *not* bisectable since we don't include the kernel tree in the history. For a bisectable history, the original github repo[2] should be used instead. For now, it's living in my area of kernel.org since (a) I already had a fork there and (b) the patch traffic is pretty low for the project. If there is sufficient development interest, I can move it somewhere more appropriate for shared maintenance (e.g. under virt/kvm/). Anyway, please give it a spin and send patches when it falls over ;) Will [1] https://lkml.org/lkml/2015/2/23/393 [2] git://github.com/penberg/linux-kvm.git