VirtualBox

Changeset 20192 in vbox


Ignore:
Timestamp:
Jun 2, 2009 1:14:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48031
Message:

Make sure we clear all pending forced actions during a reset for application CPUs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r20189 r20192  
    38313831                    else
    38323832                    {
    3833                         /* All other VCPUs go into the wait for SIPI state. */
     3833                        /* All other VCPUs go into the wait for SIPI state.
     3834                         * Make sure we clear all pending forced actions.
     3835                         */
     3836                        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_ALL_MASK & ~VMCPU_FF_REQUEST);
    38343837                        pVCpu->em.s.enmState = EMSTATE_WAIT_SIPI;
    38353838                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette