VirtualBox

Changeset 12129

Show
Ignore:
Timestamp:
09/05/08 14:47:16 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 ( 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy