From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0qB-0006L9-JD for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:44:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE0q5-0007eT-KX for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:44:35 -0400 Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:42284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0q5-0007eI-G2 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:44:29 -0400 Received: by mail-yh0-f49.google.com with SMTP id v1so938656yhn.36 for ; Mon, 26 Aug 2013 10:44:28 -0700 (PDT) Sender: Richard Henderson Message-ID: <521B93F7.4090803@twiddle.net> Date: Mon, 26 Aug 2013 10:44:23 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1377373341-10543-1-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: <1377373341-10543-1-git-send-email-jcmvbkbc@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-xtensa: add in_asm logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: qemu-devel@nongnu.org On 08/24/2013 12:42 PM, Max Filippov wrote: > Signed-off-by: Max Filippov > --- > target-xtensa/translate.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Reviewed-by: Richard Henderson Excellent, thanks. That was the only target that did not call in for IN_ASM dumping. r~