From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMBpt-0005Nr-HZ for qemu-devel@nongnu.org; Mon, 03 Aug 2015 05:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMBpo-0003Ab-RJ for qemu-devel@nongnu.org; Mon, 03 Aug 2015 05:15:09 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMBpo-00039R-La for qemu-devel@nongnu.org; Mon, 03 Aug 2015 05:15:04 -0400 Received: by wibud3 with SMTP id ud3so127351370wib.1 for ; Mon, 03 Aug 2015 02:15:04 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 3 Aug 2015 10:14:40 +0100 Message-Id: <1438593291-27109-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v4 00/11] qemu-log, perfmap and other logging tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, crosthwaitepeter@gmail.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , aurelien@aurel32.net, rth@twiddle.net Hi, This is mostly just a re-base to keep current with master. I've added a couple of outstanding s-o-b and r-b tags. There are also two new patches in this series which seemed to be worth keeping together: - a simple patch to dump invocation info in the log - the cputlb logging clean-up posted as an RFC last month Could folks interested in TCG stuff have a look over the light re-factor and perf map patches please? It would be nice to get these in the next cycle but I'm unsure who's tree I should be targeting? Most of the top level files touched (cputlb, translate-all, qemu-log) just have the list marked as the maintainer ;-) Alex Bennée (9): tcg: add ability to dump /tmp/perf-.map files tcg: light re-factor and pass down TranslationBlock qemu-log: correct help text for -d cpu qemu-log: support simple pid substitution in logfile qemu-log: new option -dfilter to limit output qemu-log: dfilter-ise exec, out_asm, and op_opt target-arm: dfilter support for in_asm, op, opt_op vl.c: log system invocation when enabled cputlb: modernise the debug support Peter Maydell (2): qemu-log: Avoid function call for disabled qemu_log_mask logging qemu-log: Improve the "exec" TB execution logging configure | 2 +- cpu-exec.c | 21 ++++++----- cputlb.c | 54 ++++++++++++++++++---------- include/exec/exec-all.h | 9 +++-- include/qemu-common.h | 2 ++ include/qemu/log.h | 28 +++++++++++++-- qemu-log.c | 87 ++++++++++++++++++++++++++++++++++++++-------- qemu-options.hx | 25 +++++++++++++ target-arm/translate-a64.c | 6 ++-- target-arm/translate.c | 6 ++-- tcg/tcg.c | 28 +++++++++------ tcg/tcg.h | 5 ++- translate-all.c | 70 ++++++++++++++++++++++++------------- vl.c | 25 +++++++++++++ 14 files changed, 278 insertions(+), 90 deletions(-) -- 2.5.0