From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnHaZ-0004QC-G4 for qemu-devel@nongnu.org; Wed, 21 May 2014 21:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnHaT-0007ZJ-7u for qemu-devel@nongnu.org; Wed, 21 May 2014 21:14:31 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:42352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnHaT-0007Z7-0b for qemu-devel@nongnu.org; Wed, 21 May 2014 21:14:25 -0400 Received: by mail-pd0-f179.google.com with SMTP id x10so1917472pdj.38 for ; Wed, 21 May 2014 18:14:24 -0700 (PDT) Date: Thu, 22 May 2014 01:14:56 +0000 From: "Edgar E. Iglesias" Message-ID: <20140522011456.GI30982@hostname> References: <1400491383-6725-1-git-send-email-edgar.iglesias@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3 00/22] target-arm: Preparations for A64 EL2 and 3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , Peter Crosthwaite , Fabian Aggeler , QEMU Developers , Alexander Graf , John Williams , Alex =?iso-8859-1?Q?Benn=E9e?= , Christoffer Dall , Richard Henderson On Wed, May 21, 2014 at 08:30:30PM +0100, Peter Maydell wrote: > On 19 May 2014 10:22, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > > > Hi, > > > > I've been doing some work on modeling parts of EL2 and 3 + some of > > the system-wide virtualization features for ARMv8. A lot is missing > > but I've got a series with enough to for example run KVM A64 guests > > on top of EL3 firmware inside emulated QEMU A64 VMs. > > I'm working on cleaning things up and plan to send patches and publish > > things as I go. > > Can you comment on the on-list set of patches from Fabian, please? > In particular we need to get the handling of banked registers correct > to support both AArch32 EL2/EL3 and AArch64 EL2/EL3, so if you've > already worked through the AArch64 issues that will save me having > to think about it all from scratch... > > I've made some comments on a few patches but otherwise I think > this looks good and we should try to get it committed reasonably > soon so that Fabian can rebase his patchset on top of this... > Thanks for excellent reviewing. I've looked at the TZ series a bit, but will take a closer look and try to give some feedback. Cheers, Edgar