VirtualBox

Changeset 9024 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 21, 2008 2:49:54 PM (17 years ago)
Author:
vboxsync
Message:

2nd attempt

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMBth.h

    r8414 r9024  
    6868        int rc;
    6969
    70 #if PGM_SHW_TYPE != PGM_TYPE_AMD64 /* No AMD64 for traditional virtualization, only VT-x and AMD-V. */
     70#if PGM_SHW_TYPE != PGM_TYPE_AMD64 && PGM_SHW_TYPE != PGM_TYPE_NESTED /* No AMD64 for traditional virtualization, only VT-x and AMD-V. */
    7171        /* GC */
    7272        rc = PDMR3GetSymbolGC(pVM, NULL, PGM_BTH_NAME_GC_STR(Trap0eHandler),  &pModeData->pfnGCBthTrap0eHandler);
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r9023 r9024  
    215215#undef PGM_SHW_TYPE
    216216#undef PGM_SHW_NAME
    217 #endif
    218217
    219218/*
     
    272271#undef PGM_GST_NAME
    273272
    274 #ifndef IN_GC /* AMD64 implies VT-x/AMD-V */
    275273/* Guest - AMD64 mode */
    276274#define PGM_GST_TYPE                PGM_TYPE_AMD64
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