VirtualBox

Changeset 52182 in vbox


Ignore:
Timestamp:
Jul 25, 2014 6:21:21 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95233
Message:

VMM/HMVMXR0: Wrong, EMT preemption doesn't lose VMCS state.

File:
1 edited

Legend:

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

    r52172 r52182  
    66796679        Assert(VMMR0IsLogFlushDisabled(pVCpu));
    66806680    Log4Func(("vcpu[%RU32]\n", pVCpu->idCpu));
    6681 
    6682     /* In case we get preempted before saving the interruptibility-state in hmR0VmxPostRunGuest(), do it here.
    6683        Otherwise we lose the info. from the VMCS if we get rescheduled on a different host CPU. */
    6684     hmR0VmxSaveGuestIntrState(pVCpu, pMixedCtx);
    66856681
    66866682    int rc = hmR0VmxSaveGuestRipRspRflags(pVCpu, pMixedCtx);
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