From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 0/4] ARM updates for kvmtool Date: Wed, 9 Jan 2013 11:22:53 +0000 Message-ID: <20130109112252.GA1462@mudshark.cambridge.arm.com> References: <1357582501-6024-1-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , Marc Zyngier , "c.dall@virtualopensystems.com" , "kvmarm@lists.cs.columbia.edu" , Sasha Levin , Cyrill Gorcunov , Asias He , Ingo Molnar To: Pekka Enberg Return-path: Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:54945 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757616Ab3AILxC (ORCPT ); Wed, 9 Jan 2013 06:53:02 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 09, 2013 at 11:13:58AM +0000, Pekka Enberg wrote: > On Mon, Jan 7, 2013 at 8:14 PM, Will Deacon wrote: > > Hello kvm hackers, > > > > This patch series introduces some updates to the ARM (AArch32) kvm tools > > code: > > > > - virtio mmio fixes to deal with guest page sizes != 4k (in > > preparation for AArch64, which I will post separately). > > - .dtb dumping via the lkvm command line > > - Support for PSCI firmware as a replacement to the spin-table > > based SMP boot code > > > > The last option was implemented after discussion on the linux-arm-kernel > > list when adding support for the mach-virt platform. I hope to upstream > > the kernel-side part of the implementation for 3.9 and expect the kvm > > bits to follow once that has been merged. > > > > All feedback welcome. > > Applied, thanks Will! Great, cheers Pekka. Will