From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRT20-000080-6U for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRT1v-0005dt-Ry for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:09:44 -0500 Received: from mail-qg0-x242.google.com ([2607:f8b0:400d:c04::242]:36119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRT1v-0005dp-NU for qemu-devel@nongnu.org; Thu, 04 Feb 2016 18:09:39 -0500 Received: by mail-qg0-x242.google.com with SMTP id u30so3393891qge.3 for ; Thu, 04 Feb 2016 15:09:39 -0800 (PST) Sender: Richard Henderson References: <1454597781-18115-1-git-send-email-alex.bennee@linaro.org> <1454597781-18115-8-git-send-email-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <56B3DA2B.20307@twiddle.net> Date: Fri, 5 Feb 2016 10:09:31 +1100 MIME-Version: 1.0 In-Reply-To: <1454597781-18115-8-git-send-email-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 7/9] qemu-log: dfilter-ise exec, out_asm, op and opt_op List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Peter Crosthwaite , dgilbert@redhat.com, crosthwaitepeter@gmail.com, pbonzini@redhat.com, aurelien@aurel32.net On 02/05/2016 01:56 AM, Alex Bennée wrote: > This ensures the code generation debug code will honour -dfilter if set. > For the "exec" tracing I've added a new inline macro for efficiency's > sake. > > Signed-off-by: Alex Bennée > Reviewed-by: Aurelien Jarno > > ---- > v2 > - checkpatch updates > - add qemu_log_mask_and_addr macro for inline dump for traces > - re-base on re-factored tcg layout > - include new Trace & Link lines > v5 > - add r-b tag > - slight reword to commit now LOG_OP is common > --- > cpu-exec.c | 13 +++++++------ > include/exec/exec-all.h | 8 +++++--- > include/qemu/log.h | 15 +++++++++++++++ > tcg/tcg.c | 6 ++++-- > translate-all.c | 3 ++- > 5 files changed, 33 insertions(+), 12 deletions(-) Reviewed-by: Richard Henderson r~