VirtualBox

Changeset 48302 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 5, 2013 12:11:58 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Comments similar to Intel.

File:
1 edited

Legend:

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

    r48262 r48302  
    30313031        HMSVM_ASSERT_CPU_SAFE();
    30323032
    3033         /* Preparatory work for running guest code, this may return to ring-3 for some last minute updates. */
     3033        /* Preparatory work for running guest code, this may force us to return
     3034           to ring-3.  This bugger disables interrupts on VINF_SUCCESS! */
    30343035        STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatEntry, x);
    30353036        rc = hmR0SvmPreRunGuest(pVM, pVCpu, pCtx, &SvmTransient);
     
    30403041        rc = hmR0SvmRunGuest(pVM, pVCpu, pCtx);
    30413042
    3042         /* Restore any residual host-state and save any bits shared between host and guest into the guest-CPU state. */
     3043        /* Restore any residual host-state and save any bits shared between host
     3044           and guest into the guest-CPU state.  Re-enables interrupts! */
    30433045        hmR0SvmPostRunGuest(pVM, pVCpu, pCtx, &SvmTransient, rc);
    30443046
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