|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] Update cr3 in PAE mode when guest walk succeed b
The attached patch solves the problem by calling update_cr3() in that
path when the guest is in PAE mode, and only ASSERT()ing when the
guest is not in PAE mode. The guest will get one spurious page fault,
but subsequent accesses will succeed.
Hi George,
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"?
Thanks,
Paolo
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|