VirtualBox

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


Ignore:
Timestamp:
Sep 12, 2013 1:07:28 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Leave AMD-V properly on invalid-guest state gurus.

File:
1 edited

Legend:

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

    r48370 r48449  
    20732073    HMSVM_ASSERT_PREEMPT_SAFE();
    20742074
    2075     if (RT_UNLIKELY(rcExit == VERR_SVM_INVALID_GUEST_STATE))
    2076     {
    2077         /* We don't need to do any syncing here, we're not going to come back to execute anything again. */
    2078         return;
    2079     }
    2080 
    20812075    /* Please, no longjumps here (any logging shouldn't flush jump back to ring-3). NO LOGGING BEFORE THIS POINT! */
    20822076    VMMRZCallRing3Disable(pVCpu);
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