From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoMIw-0003Wp-Uf for qemu-devel@nongnu.org; Sat, 24 May 2014 20:28:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoMIs-0002Pd-IP for qemu-devel@nongnu.org; Sat, 24 May 2014 20:28:46 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:45832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoMIs-0002PT-AC for qemu-devel@nongnu.org; Sat, 24 May 2014 20:28:42 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz1so5821928pad.30 for ; Sat, 24 May 2014 17:28:40 -0700 (PDT) Date: Sun, 25 May 2014 10:28:16 +1000 From: "Edgar E. Iglesias" Message-ID: <20140525002816.GL18802@zapo.iiNet> References: <1400805738-11889-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 v4 00/21] 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 Fri, May 23, 2014 at 04:39:21PM +0100, Peter Maydell wrote: > On 23 May 2014 13:54, Peter Maydell wrote: > > On 23 May 2014 01:41, 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. > >> > >> This series does a first round of preparations. Most of it has little > >> or no user visible impact as the EL2 and 3 features remain disabled. > >> > >> Happy to address any comments people may have. > > > > Thanks, applied to target-arm.next. > > Given the issues I found in testing I'm unapplying them again. > I just sent some patches to list which should fix them; you > should probably incorporate those (or equivalents) into v5. Thanks for finding and fixing this. I run a script that builds qemu and boots a bunch of kernel images for every commit in a series but apparently it didn't catch this stuff. I'll see if I can add more test cases to cover more. I've rebased the series on top of the mmu index fixes you sent. Patches are here: git://repo.or.cz/qemu/cris-port.git edgar/a64/elx-refactor.v5 I'll be sending a v5 to the list in a sec. Cheers, Edgar