VirtualBox

Changeset 54277 in vbox


Ignore:
Timestamp:
Feb 18, 2015 6:37:08 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HM: Fix incorrect disabling on VT-x/AMD-V while offlining CPUs (possibly only Solaris).

File:
1 edited

Legend:

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

    r54201 r54277  
    10121012
    10131013    int rc;
    1014     if (pCpu->fConfigured)
     1014    if (   pCpu->fConfigured
     1015        && idCpu == RTMpCpuId())    /* We may not be firing on the CPU being disabled/going offline. */
    10151016    {
    10161017        void    *pvCpuPage     = RTR0MemObjAddress(pCpu->hMemObj);
     
    10251026    else
    10261027        rc = VINF_SUCCESS; /* nothing to do */
    1027 
    10281028    return rc;
    10291029}
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