VirtualBox

Changeset 45863 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 1, 2013 11:25:56 AM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: HMR0 is shared code, not just Intel. Undo skipping of saving FPU state.

File:
1 edited

Legend:

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

    r45861 r45863  
    14711471    AssertReturn(!ASMAtomicReadBool(&g_HvmR0.fSuspended), VERR_HM_SUSPEND_PENDING);
    14721472
    1473     /* The new code does FPU restoration in the VMX R0 code. */
    1474 #ifdef VBOX_WITH_OLD_VTX_CODE
    14751473    /*
    14761474     * Save the guest FPU and XMM state if necessary.
     
    14891487        Assert(!CPUMIsGuestFPUStateActive(pVCpu));
    14901488    }
    1491 #else
    1492     Assert(!CPUMIsGuestFPUStateActive(pVCpu));
    1493     Assert(!CPUMIsGuestDebugStateActive(pVCpu));
    1494     Assert(!CPUMIsHyperDebugStateActive(pVCpu));
    1495 #endif
    14961489
    14971490    rc = g_HvmR0.pfnLeaveSession(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