Message ID | 20100323163812.417358388@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Index: qemu-uq/target-i386/helper.c =================================================================== --- qemu-uq.orig/target-i386/helper.c +++ qemu-uq/target-i386/helper.c @@ -355,6 +355,7 @@ void cpu_dump_state(CPUState *env, FILE cc_op_name); } } + cpu_fprintf(f, "EFER=%016" PRIx64 "\n", env->efer); if (flags & X86_DUMP_FPU) { int fptag; fptag = 0;