From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEvW-00088W-4B for qemu-devel@nongnu.org; Fri, 31 Oct 2014 12:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkEvR-0002Y1-P6 for qemu-devel@nongnu.org; Fri, 31 Oct 2014 12:19:50 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:65347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEvR-0002Xo-BJ for qemu-devel@nongnu.org; Fri, 31 Oct 2014 12:19:45 -0400 Received: by mail-la0-f46.google.com with SMTP id hs14so6501255lab.19 for ; Fri, 31 Oct 2014 09:19:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1414704538-17103-22-git-send-email-greg.bellows@linaro.org> References: <1414704538-17103-1-git-send-email-greg.bellows@linaro.org> <1414704538-17103-22-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Fri, 31 Oct 2014 16:19:24 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v8 21/27] target-arm: make DFSR banked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" On 30 October 2014 21:28, Greg Bellows wrote: > From: Fabian Aggeler > > When EL3 is running in AArch32 (or ARMv7 with Security Extensions) > DFSR has a secure and a non-secure instance. > > Signed-off-by: Fabian Aggeler > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell thanks -- PMM