]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
PowerPC merge: real time TB and decrementer - faster and simpler exception handling...
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index b484dc6d5d2104c7d957242874b4b8e6a3f96ded..695779ab25d776674407db7e63fae407700d4626 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1132,6 +1132,8 @@ CPULogItem cpu_log_items[] = {
       "show interrupts/exceptions in short format" },
     { CPU_LOG_EXEC, "exec",
       "show trace before each executed TB (lots of logs)" },
+    { CPU_LOG_TB_CPU, "cpu",
+      "show CPU state before bloc translation" },
 #ifdef TARGET_I386
     { CPU_LOG_PCALL, "pcall",
       "show protected mode far calls/returns/exceptions" },