From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v3 00/32] Port of KVM to arm64 Date: Fri, 3 May 2013 14:17:54 +0100 Message-ID: <20130503131754.GC21621@localhost.cambridge.arm.com> References: <1365437854-30214-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , Will Deacon To: Marc Zyngier Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:55934 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762240Ab3ECNSj (ORCPT ); Fri, 3 May 2013 09:18:39 -0400 Content-Disposition: inline In-Reply-To: <1365437854-30214-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 08, 2013 at 05:17:02PM +0100, Marc Zyngier wrote: > This series contains the third version of KVM for arm64. > > It depends on the following branches/series: > - git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git soc-armv8-model > Catalin's platform support branch for v8 models After 3.10-rc1 you should be able to base it on the mainline kernel (or -rc2 if something breaks). > The code is unsurprisingly extremely similar to the KVM/arm code, and > a lot of it is actually shared with the 32bit version. Some of the > include files are duplicated though (I'm definitely willing to fix > that). As it was already commented, some of the commonality could be shared via virt/kvm/ (timers, gic). Apart from the other comments I (and the others) had, the series looks fine and in shape for 3.11. Looking forward to see v4... Thanks. -- Catalin