qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 3/9] qemu-log: correct help text for -d cpu


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v3 3/9] qemu-log: correct help text for -d cpu
Date: Thu, 31 Jul 2014 14:06:26 +0100

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

Signed-off-by: Alex Bennée <address@hidden>

diff --git a/qemu-log.c b/qemu-log.c
index 797f2af..35bbb56 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 each executed TB (lots of logs)" },
     { CPU_LOG_PCALL, "pcall",
       "x86 only: show protected mode far calls/returns/exceptions" },
     { CPU_LOG_RESET, "cpu_reset",
-- 
2.0.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]