From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLKn-0001dy-3F for qemu-devel@nongnu.org; Thu, 04 Feb 2016 09:56:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRLKl-0001Ps-Bg for qemu-devel@nongnu.org; Thu, 04 Feb 2016 09:56:36 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:36448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLKl-0001Pj-2J for qemu-devel@nongnu.org; Thu, 04 Feb 2016 09:56:35 -0500 Received: by mail-wm0-x22c.google.com with SMTP id p63so215697309wmp.1 for ; Thu, 04 Feb 2016 06:56:34 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 4 Feb 2016 14:56:14 +0000 Message-Id: <1454597781-18115-3-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1454597781-18115-1-git-send-email-alex.bennee@linaro.org> References: <1454597781-18115-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 v5 2/9] qemu-log: correct help text for -d cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, dgilbert@redhat.com, crosthwaitepeter@gmail.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , aurelien@aurel32.net, rth@twiddle.net This doesn't just dump CPU state on translation but on every block entrance. Signed-off-by: Alex Bennée Reviewed-by: Andreas Färber --- v4 - add r-b tag v5 - slightly tweak the wording now nochain exists --- qemu-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-log.c b/qemu-log.c index 901b930..5d11fe7 100644 --- a/qemu-log.c +++ b/qemu-log.c @@ -105,7 +105,7 @@ const QEMULogItem qemu_log_items[] = { { CPU_LOG_EXEC, "exec", "show trace before each executed TB (lots of logs)" }, { CPU_LOG_TB_CPU, "cpu", - "show CPU state before block translation" }, + "show CPU registers before entering a TB (lots of logs)" }, { CPU_LOG_MMU, "mmu", "log MMU-related activities" }, { CPU_LOG_PCALL, "pcall", -- 2.7.0