VirtualBox

Changeset 61683 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2016 3:11:12 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108040
Message:

SVM: Allow additional return code.

File:
1 edited

Legend:

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

    r61666 r61683  
    46774677                HMSVM_CHECK_SINGLE_STEP(pVCpu, rc);     /* RIP updated by EMInterpretInstruction(). */
    46784678            else
    4679                 AssertMsg(rc == VERR_EM_INTERPRETER, ("hmR0SvmExitMsr: WrMsr. EMInterpretInstruction failed rc=%Rrc\n", rc));
     4679                AssertMsg(   rc == VERR_EM_INTERPRETER
     4680                          || rc == VINF_CPUM_R3_MSR_WRITE, ("hmR0SvmExitMsr: WrMsr. EMInterpretInstruction failed rc=%Rrc\n", rc));
    46804681        }
    46814682
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette