From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpzY-0000yl-7v for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afpzV-0005Ka-PN for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:30:36 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:37579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpzV-0005KL-JN for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:30:33 -0400 Received: by mail-wm0-x22d.google.com with SMTP id p65so29406619wmp.0 for ; Tue, 15 Mar 2016 07:30:33 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 15 Mar 2016 14:30:17 +0000 Message-Id: <1458052224-9316-4-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1458052224-9316-1-git-send-email-alex.bennee@linaro.org> References: <1458052224-9316-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 v9 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: pbonzini@redhat.com, crosthwaitepeter@gmail.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 Reviewed-by: Richard Henderson --- v4 - add r-b tag v5 - slightly tweak the wording now nochain exists v6 - add rth r-b tag --- util/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/log.c b/util/log.c index 8b921de..a14d480 100644 --- a/util/log.c +++ b/util/log.c @@ -120,7 +120,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.2