From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuQAM-0004Eq-Vz for qemu-devel@nongnu.org; Mon, 18 May 2015 14:53:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuQAI-0007bM-NP for qemu-devel@nongnu.org; Mon, 18 May 2015 14:53:30 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:34730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuQAI-0007bF-JE for qemu-devel@nongnu.org; Mon, 18 May 2015 14:53:26 -0400 Received: by igbhj9 with SMTP id hj9so15721410igb.1 for ; Mon, 18 May 2015 11:53:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1431499963-1019-1-git-send-email-edgar.iglesias@gmail.com> References: <1431499963-1019-1-git-send-email-edgar.iglesias@gmail.com> From: Peter Maydell Date: Mon, 18 May 2015 19:53:05 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 00/18] arm: Steps towards EL2 support round 3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Edgar Iglesias , Alexander Graf , QEMU Developers , Greg Bellows , Sergey Fedorov , =?UTF-8?B?QWxleCBCZW5uw6ll?= On 13 May 2015 at 07:52, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Hi, > > This is round 3 of our series towards support for EL2 for AArch64. > This series depends on Gregs exception target el infrastructure > patch series that is not yet upstream. > > P0 - P2 are fixes without dependencies. > P3 is probably something that should be fixed in Gregs series. > P4 and on add a bunch of EL2 regs and timer features. (Your patch numbering here is off by one.) Thanks; I've applied 1..3 to target-arm.next; 4 I think we should fix in a different way, so I'll send out a respin of Greg's patches with some fixes as described in that mail. I haven't looked at the ones beyond patch 6 or so for the moment. -- PMM