VirtualBox

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


Ignore:
Timestamp:
Mar 17, 2008 5:57:37 PM (17 years ago)
Author:
vboxsync
Message:

Disable VT-x and AMD-V on all hosts except Windows for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r7477 r7478  
    137137    memset(pvScatchPage, 0, PAGE_SIZE);
    138138
    139 #ifndef VBOX_WITH_HYBIRD_32BIT_KERNEL /* paranoia */
     139#ifdef RT_OS_WINDOWS /* kernel panics on Linux; disabled for now */
     140 #ifndef VBOX_WITH_HYBIRD_32BIT_KERNEL /* paranoia */
    140141
    141142    /*
     
    302303        HWACCMR0Globals.lLastError = VERR_HWACCM_NO_CPUID;
    303304
    304 #endif /* !VBOX_WITH_HYBIRD_32BIT_KERNEL */
     305 #endif /* !VBOX_WITH_HYBIRD_32BIT_KERNEL */
     306#endif /* RT_OS_WINDOWS */
    305307
    306308    RTR0MemObjFree(pScatchMemObj, false);
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