From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSox3-0000P6-4F for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSowy-0004Bf-4X for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:08 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:60649 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSowx-0004BZ-Um for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:37:04 -0400 From: alex.bennee@linaro.org Date: Wed, 26 Mar 2014 14:37:10 +0000 Message-Id: <1395844634-11729-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] [RFC PATCH 0/4] qemu-log: various fixes and enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= From: Alex Bennée Hi, While working on aarch64 stuff I've made the following changes in my local tree to help me debug. The first is a simple documentation fix. The second is very helpful when your debugging missing instructions while several shells deep in a build system. The final two I've recently written as I'm doing some system mode debugging and found that it's hard to have all the code gen logs turned on when your test case is booting the kernel. Comments and review please. Alex Bennée (4): 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: make in_asm, out_asm and op_opt understand dfilter cpu-exec.c | 2 +- include/qemu/log.h | 2 ++ qemu-log.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++--- qemu-options.hx | 9 +++++++ tcg/tcg.c | 24 ++++++++--------- tcg/tcg.h | 5 ++-- translate-all.c | 7 ++--- vl.c | 3 +++ 8 files changed, 105 insertions(+), 22 deletions(-) -- 1.9.1