VirtualBox

Changeset 47959 in vbox


Ignore:
Timestamp:
Aug 21, 2013 9:46:55 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMR0: Comment update.

File:
1 edited

Legend:

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

    r47803 r47959  
    13991399 *
    14001400 * @param   pvCpu       Pointer to the VMCPU.
     1401 *
     1402 * @remarks No-long-jump zone!!!
    14011403 */
    14021404VMMR0_INT_DECL(void) HMR0EnterEx(PVMCPU pVCpu)
     
    14551457    AssertRC(rc);
    14561458
    1457     /* We must save the host context here (VT-x) as we might be rescheduled on
    1458        a different cpu after a long jump back to ring 3. */
    1459     /** @todo This will change with preemption hooks. */
     1459    /* Load the host as we may be resuming code after a longjmp and quite
     1460       possibly be scheduled on a different CPU. */
    14601461    rc |= g_HvmR0.pfnSaveHostState(pVM, pVCpu);
    14611462    AssertRC(rc);
    14621463
     1464    /** @todo This is not needed to be done here anymore, can fix/optimize later. */
    14631465    rc |= g_HvmR0.pfnLoadGuestState(pVM, pVCpu, pCtx);
    14641466    AssertRC(rc);
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