VirtualBox

Changeset 34955 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 10, 2010 2:57:21 PM (14 years ago)
Author:
vboxsync
Message:

Can't load a minimal state if we were rescheduled to a new cpu (!!)

File:
1 edited

Legend:

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

    r33595 r34955  
    26192619
    26202620    /* Load the guest state */
    2621     if (!pVCpu->hwaccm.s.fContextUseFlags)
     2621    if (    !pVCpu->hwaccm.s.fContextUseFlags
     2622        &&  pVCpu->hwaccm.s.idLastCpu == pCpu->idCpu)
    26222623    {
    26232624        VMXR0LoadMinimalGuestState(pVM, pVCpu, pCtx);
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