mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target-i386: print EFER in cpu_dump_state
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
ff44f1a373
commit
b5e5a93417
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue