VirtualBox

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


Ignore:
Timestamp:
Aug 7, 2015 10:24:50 AM (9 years ago)
Author:
vboxsync
Message:

Fix doxygen bugref w/ comments to use the URL format.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
3 edited

Legend:

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

    r57062 r57237  
    20142014     * Guest TR.
    20152015     * Fixup TR attributes so it's compatible with Intel. Important when saved-states are used
    2016      * between Intel and AMD. See @bugref{6208} comment #39.
     2016     * between Intel and AMD. See @bugref{6208#c39}.
    20172017     * ASSUME that it's normally correct and that we're in 32-bit or 64-bit mode.
    20182018     */
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r57211 r57237  
    38263826        else
    38273827        {
    3828             /* For now, cleared here as mode-switches can happen outside HM/VT-x. See @bugref{7626} comment #11. */
     3828            /* For now, cleared here as mode-switches can happen outside HM/VT-x. See @bugref{7626#c11}. */
    38293829            pVCpu->hm.s.vmx.u32XcptBitmap &= ~HMVMX_REAL_MODE_XCPT_MASK;
    38303830        }
     
    48424842                AssertRCReturn(rc, rc);
    48434843
    4844                 /* We need to intercept reads too, see @bugref{7386} comment #16. */
     4844                /* We need to intercept reads too, see @bugref{7386#c16}. */
    48454845                if (pVM->hm.s.vmx.Msrs.VmxProcCtls.n.allowed1 & VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS)
    48464846                    hmR0VmxSetMsrPermission(pVCpu, MSR_K6_EFER, VMXMSREXIT_INTERCEPT_READ, VMXMSREXIT_INTERCEPT_WRITE);
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r57229 r57237  
    547547             *        preemption after doing the callout (one or two functions up the
    548548             *        call chain). */
    549             /** @todo r=ramshankar: See @bugref{5313} comment #30. */
     549            /** @todo r=ramshankar: See @bugref{5313#c30}. */
    550550            RTTHREADPREEMPTSTATE ParanoidPreemptState = RTTHREADPREEMPTSTATE_INITIALIZER;
    551551            RTThreadPreemptDisable(&ParanoidPreemptState);
     
    648648    /*
    649649     * Clear the VCPU <-> host CPU mapping as we've left HM context.
    650      * @bugref{7726} comment #19 explains the need for this trick:
     650     * @bugref{7726#c19} explains the need for this trick:
    651651     *
    652652     *      hmR0VmxCallRing3Callback/hmR0SvmCallRing3Callback &
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