VirtualBox

Changeset 78295 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 25, 2019 12:51:33 PM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Hack to workaround BSOD w/ release builds on Windows 10 64-bit hosts.

File:
1 edited

Legend:

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

    r78287 r78295  
    73137313    uint64_t u64Val;
    73147314    uint32_t u32Val;
     7315
     7316    /*
     7317     * Note! This is hack to workaround a mysterious BSOD observed with release builds
     7318     *       on Windows 10 64-bit hosts. Profile and debug builds are not affected and
     7319     *       neither are other host platforms.
     7320     *
     7321     *       Committing this temporarily as it prevents BSOD.
     7322     */
     7323#ifdef RT_OS_WINDOWS
     7324    if (pVM == 0 || pVM == (void *)(uintptr_t)-1)
     7325        return VERR_HM_IPE_1;
     7326#endif
    73157327
    73167328    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x);
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