VirtualBox

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


Ignore:
Timestamp:
Sep 13, 2013 2:35:16 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Reevaluate FPU state after injecting #NMs.

File:
1 edited

Legend:

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

    r48449 r48475  
    47474747    /* Lazy FPU loading; load the guest-FPU state transparently and continue execution of the guest. */
    47484748    int rc = CPUMR0LoadGuestFPU(pVCpu->CTX_SUFF(pVM), pVCpu, pCtx);
     4749    pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0;
     4750
    47494751    if (rc == VINF_SUCCESS)
    47504752    {
     
    47524754        HM_RESTORE_PREEMPT_IF_NEEDED();
    47534755
    4754         pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0;
    47554756        STAM_COUNTER_INC(&pVCpu->hm.s.StatExitShadowNM);
    47564757        return VINF_SUCCESS;
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