]> Git Repo - qemu.git/commitdiff
target-i386: print EFER in cpu_dump_state
authorMarcelo Tosatti <[email protected]>
Tue, 23 Mar 2010 16:37:10 +0000 (13:37 -0300)
committerMarcelo Tosatti <[email protected]>
Mon, 26 Apr 2010 14:28:35 +0000 (11:28 -0300)
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
target-i386/helper.c

index 3835835103e4709eeeaf1da2e50318e493396647..c9508a8169643ed78e4f617e2b2222c6b66c9b2c 100644 (file)
@@ -356,6 +356,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
                         cc_op_name);
         }
     }
+    cpu_fprintf(f, "EFER=%016" PRIx64 "\n", env->efer);
     if (flags & X86_DUMP_FPU) {
         int fptag;
         fptag = 0;
This page took 0.027149 seconds and 4 git commands to generate.