From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqNmV-0000Mx-1G for qemu-devel@nongnu.org; Mon, 17 Nov 2014 09:59:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqNmQ-0001s2-2x for qemu-devel@nongnu.org; Mon, 17 Nov 2014 09:59:54 -0500 Received: from mail-la0-f41.google.com ([209.85.215.41]:48708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqNmP-0001rt-RX for qemu-devel@nongnu.org; Mon, 17 Nov 2014 09:59:50 -0500 Received: by mail-la0-f41.google.com with SMTP id gf13so6587696lab.28 for ; Mon, 17 Nov 2014 06:59:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1415289073-14681-7-git-send-email-greg.bellows@linaro.org> References: <1415289073-14681-1-git-send-email-greg.bellows@linaro.org> <1415289073-14681-7-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Mon, 17 Nov 2014 14:59:28 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v10 06/26] target-arm: add secure state bit to CPREG hash 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 6 November 2014 15:50, Greg Bellows wrote: > Added additional NS-bit to CPREG hash encoding. Updated hash lookup > locations to specify hash bit currently set to non-secure. > > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell thanks -- PMM