VirtualBox

Changeset 60868 in vbox for trunk


Ignore:
Timestamp:
May 6, 2016 8:49:47 PM (9 years ago)
Author:
vboxsync
Message:

EMRaw: Try switch to the recompiler if PGMSyncCR3 return VERR_PGM_NO_HYPERVISOR_ADDRESS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMRaw.cpp

    r60859 r60868  
    12211221        int rc = PGMSyncCR3(pVCpu, pCtx->cr0, pCtx->cr3, pCtx->cr4, VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3));
    12221222        if (RT_FAILURE(rc))
    1223             return rc;
     1223            return rc == VERR_PGM_NO_HYPERVISOR_ADDRESS ? VINF_EM_RESCHEDULE_REM : rc;
    12241224
    12251225        Assert(!VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_SELM_SYNC_GDT | VMCPU_FF_SELM_SYNC_LDT));
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