projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff44f1a
)
target-i386: print EFER in cpu_dump_state
author
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 23 Mar 2010 16:37:10 +0000
(13:37 -0300)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Mon, 26 Apr 2010 14:28:35 +0000
(11:28 -0300)
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
target-i386/helper.c
patch
|
blob
|
history
diff --git
a/target-i386/helper.c
b/target-i386/helper.c
index 3835835103e4709eeeaf1da2e50318e493396647..c9508a8169643ed78e4f617e2b2222c6b66c9b2c 100644
(file)
--- a/
target-i386/helper.c
+++ b/
target-i386/helper.c
@@
-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;