VirtualBox

儲存庫 vbox 的更動 66993


忽略:
時間撮記:
2017-5-22 上午05:21:49 (8 年 以前)
作者:
vboxsync
訊息:

VMM/HMSVMR0: nit.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r66984 r66993  
    31433143
    31443144    TMNotifyStartOfExecution(pVCpu);                            /* Finally, notify TM to resume its clocks as we're about
    3145                                                                     to start executing. */
     3145                                                                   to start executing. */
    31463146
    31473147    /*
     
    41154115                    }
    41164116
     4117                    /*
     4118                     * Without nested paging, when uExitVector is #PF, CR2 value will be updated from the VMCB's
     4119                     * exit info. fields, if it's a guest #PF, see hmR0SvmExitXcptPF().
     4120                     */
    41174121                    Assert(pVmcb->ctrl.ExitIntInfo.n.u3Type != SVM_EVENT_SOFTWARE_INT);
    41184122                    STAM_COUNTER_INC(&pVCpu->hm.s.StatInjectPendingReflect);
    41194123                    hmR0SvmSetPendingEvent(pVCpu, &pVmcb->ctrl.ExitIntInfo, GCPtrFaultAddress);
    41204124
    4121                     /** @todo r=michaln: The comment makes no sense with nested paging on! */
    4122                     /* If uExitVector is #PF, CR2 value will be updated from the VMCB if it's a guest #PF,
    4123                        see hmR0SvmExitXcptPF(). */
    41244125                    Log4(("IDT: Pending vectoring event %#RX64 ErrValid=%RTbool Err=%#RX32 GCPtrFaultAddress=%#RX64\n",
    41254126                          pVmcb->ctrl.ExitIntInfo.u, RT_BOOL(pVmcb->ctrl.ExitIntInfo.n.u1ErrorCodeValid),
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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