[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [PATCH] Update cr3 in PAE mode when guest walk succeed but shadow walk fails
Hi, At 10:46 +0100 on 21 Oct (1256121960), Paolo Bonzini wrote: > I suppose this patch is also needed when running 32-on-64. In that > case, shouldn't the test be > > #if GUEST_PAGING_LEVELS >= 3 > > rather than "== 3"? No, '==' is correct. GUEST_PAGING_LEVELS refers to the layout of the _guest's_ pagetables, not the shadows. GUEST_PAGING_LEVELS == 4 means the guest is using full 64-bit pagetables, which don't have this quirk. Cheers, Tim, -- Tim Deegan <Tim.Deegan@xxxxxxxxxx> Principal Software Engineer, Citrix Systems (R&D) Ltd. [Company #02300071, SL9 0DZ, UK.] _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |