From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6OUC-0000wa-MX for qemu-devel@nongnu.org; Mon, 05 Aug 2013 13:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6OU7-00077G-Qi for qemu-devel@nongnu.org; Mon, 05 Aug 2013 13:22:24 -0400 Received: from mail-ye0-x234.google.com ([2607:f8b0:4002:c04::234]:59150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6OU7-000776-Mi for qemu-devel@nongnu.org; Mon, 05 Aug 2013 13:22:19 -0400 Received: by mail-ye0-f180.google.com with SMTP id q4so1326099yen.11 for ; Mon, 05 Aug 2013 10:22:19 -0700 (PDT) Sender: Richard Henderson Message-ID: <51FFDF46.2030000@twiddle.net> Date: Mon, 05 Aug 2013 07:22:14 -1000 From: Richard Henderson MIME-Version: 1.0 References: <1375700771-21665-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1375700771-21665-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] target-arm: Implement 'int' loglevel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On 08/05/2013 01:06 AM, Peter Maydell wrote: > The 'int' loglevel for recording interrupts and exceptions > requires support in the target-specific code. Implement > it for ARM. This improves debug logging in some situations > that were otherwise pretty opaque, such as when we fault > trying to execute at an exception vector address, which > would otherwise cause an infinite loop of taking exceptions > without any indication in the debug log of what was going on. > > Signed-off-by: Peter Maydell > --- > Changes v1->v2: added extra 'const' to excnames[] definition > as per rth review. > > target-arm/helper.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) Reviewed-by: Richard Henderson r~