mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 09:40:44 +00: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
@ -356,6 +356,7 @@ void cpu_dump_state(CPUState *env, FILE *f,
|
|||||||
cc_op_name);
|
cc_op_name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
cpu_fprintf(f, "EFER=%016" PRIx64 "\n", env->efer);
|
||||||
if (flags & X86_DUMP_FPU) {
|
if (flags & X86_DUMP_FPU) {
|
||||||
int fptag;
|
int fptag;
|
||||||
fptag = 0;
|
fptag = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user