VirtualBox

Ignore:
Timestamp:
May 27, 2014 11:01:05 AM (11 years ago)
Author:
vboxsync
Message:

VMM/EMAll: allow WrMsrs to return VERR_EM_INTERPRETER to fallback to ring-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r50866 r51422  
    17821782    if (rc != VINF_SUCCESS)
    17831783    {
    1784         Assert(rc == VERR_CPUM_RAISE_GP_0);
    1785         Log4(("EM: Refuse WRMSR: rc=%d\n", rc));
     1784        Assert(rc == VERR_CPUM_RAISE_GP_0 || rc == VERR_EM_INTERPRETER);
     1785        Log4(("EM: Refuse WRMSR: CPUMSetGuestMsr returned %Rrc\n", rc));
    17861786        return VERR_EM_INTERPRETER;
    17871787    }
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