diff mbox

[PULL,17/29] qemu-log: correct help text for -d cpu

Message ID 1458656229-32043-18-git-send-email-pbonzini@redhat.com
State Accepted
Commit 541957361e0728c2ffe8330a712099cc872986a0
Headers show

Commit Message

Paolo Bonzini March 22, 2016, 2:16 p.m. UTC
From: Alex Bennée <alex.bennee@linaro.org>


This doesn't just dump CPU state on translation but on every block
entrance.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Andreas Färber <afaerber@suse.de>

Reviewed-by: Richard Henderson <rth@twiddle.net>

Message-Id: <1458052224-9316-4-git-send-email-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

---
 util/log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.5.0
diff mbox

Patch

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",