VirtualBox

Ignore:
Timestamp:
Jun 26, 2009 10:23:04 PM (15 years ago)
Author:
vboxsync
Message:

HWACCM,CPUM: Fix for 64-bit Windows trashing guest XMM registers - VMX part.

File:
1 edited

Legend:

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

    r20981 r20997  
    23342334
    23352335    TMNotifyStartOfExecution(pVCpu);
     2336#ifdef VBOX_WITH_KERNEL_USING_XMM
     2337    rc = hwaccmR0VMXStartVMWrapperXMM(pVCpu->hwaccm.s.fResumeVM, pCtx, &pVCpu->hwaccm.s.vmx.VMCSCache, pVM, pVCpu, pVCpu->hwaccm.s.vmx.pfnStartVM);
     2338#else
    23362339    rc = pVCpu->hwaccm.s.vmx.pfnStartVM(pVCpu->hwaccm.s.fResumeVM, pCtx, &pVCpu->hwaccm.s.vmx.VMCSCache, pVM, pVCpu);
     2340#endif
    23372341    TMNotifyEndOfExecution(pVCpu);
    23382342    VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED);
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