VirtualBox

Changeset 12129 in vbox


Ignore:
Timestamp:
Sep 5, 2008 12:47:16 PM (16 years ago)
Author:
vboxsync
Message:

Don't check for hypervisor regions in VT-x/AMD-V mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r11525 r12129  
    21082108            if (pPdeDst->n.u1Present)
    21092109            {
     2110#ifndef IN_RING0
    21102111                /* Bail out here as pgmPoolGetPageByHCPhys will return NULL and we'll crash below.
    21112112                 * Our individual shadow handlers will provide more information and force a fatal exit.
     
    21172118                    return VINF_SUCCESS;
    21182119                }
    2119 
     2120#endif
    21202121                /*
    21212122                 * Map shadow page table.
     
    21872188#  endif
    21882189    STAM_PROFILE_STOP(&pVM->pgm.s.CTXMID(Stat, DirtyBitTracking), a);
    2189     LogFlow(("CheckPageFault: real page fault at %VGv (%d)\n", GCPtrPage, uPageFaultLevel));
     2190    Log(("CheckPageFault: real page fault at %VGv (%d)\n", GCPtrPage, uPageFaultLevel));
    21902191
    21912192    if (
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette