summaryrefslogtreecommitdiffstats
path: root/util/log.c
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-03-15 14:30:17 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:55:13 -0600
commit3d4b9a2ee5d8e738b593112c90a480440f9eae78 (patch)
tree31c4c452d9c5ac8f85fcd261422c62bb0a66f8c9 /util/log.c
parent909151e55f97597790d4491e801fb40de3c3e9ba (diff)
downloadhqemu-3d4b9a2ee5d8e738b593112c90a480440f9eae78.zip
hqemu-3d4b9a2ee5d8e738b593112c90a480440f9eae78.tar.gz
qemu-log: correct help text for -d cpu
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>
Diffstat (limited to 'util/log.c')
-rw-r--r--util/log.c2
1 files changed, 1 insertions, 1 deletions
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",
OpenPOWER on IntegriCloud