|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH] target-i386: fix disassembly with PAE=1, PG=0 |
Date: | Fri, 30 Aug 2013 10:50:11 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
On 08/30/2013 02:58 AM, Paolo Bonzini wrote: > CR4.PAE=1 will not enable paging if CR0.PG=0, but the "if" chain > in x86_cpu_get_phys_page_debug says otherwise. Check CR0.PG > before everything else. > > Fixes "-d in_asm" for a code section at the beginning of OVMF. > > Cc: Richard Henderson <address@hidden> > Signed-off-by: Paolo Bonzini <address@hidden> Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |