Displaying 1 result from an estimated 1 matches for "sh_guest_map_l1e".
2007 Jul 02
3
Walking an HVM''s shadow page tables and other memory management questions.
...as shown below (the line #s
won''t match because of the instrumentation).
(XEN) multi.c:236:d1 guest_walk_tables: va: 0x81699000.
(XEN) multi.c:257:d1 guest_walk_tables: get l3e from cache: 0xff1a6ed0.
(XEN) multi.c:263:d1 guest_walk_tables: l3e not present: 0x0.
(XEN) multi.c:574:d1 sh_guest_map_l1e: va:81699000
If I add the /PAE switch to the boot.ini file, then I can get past this
problem. Hence my statement that it appears the hypervisor is assuming
guests are running with at least PAE mode enable, which may not be the
case. Could someone please guide me here?
The 2nd problem I en...