VirtualBox

Ignore:
Timestamp:
Nov 29, 2013 10:11:04 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: bugref Comment, spaces.

File:
1 edited

Legend:

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

    r49729 r49734  
    92709270
    92719271    uint32_t uExitIntInfo = pVmxTransient->uExitIntInfo;
    9272     uint32_t uVector       = VMX_EXIT_INTERRUPTION_INFO_VECTOR(uExitIntInfo);
     9272    uint32_t uVector      = VMX_EXIT_INTERRUPTION_INFO_VECTOR(uExitIntInfo);
    92739273    switch (uIntType)
    92749274    {
     
    1084710847    if (!(pMixedCtx->cr0 & X86_CR0_NE))
    1084810848    {
    10849         /* Convert a #MF into a FERR -> IRQ 13. */
    10850         rc = PDMIsaSetIrq(pVCpu->CTX_SUFF(pVM), 13, 1, 0 /*uTagSrc*/);
     10849        /* Convert a #MF into a FERR -> IRQ 13. See @bugref{6117}. */
     10850        rc = PDMIsaSetIrq(pVCpu->CTX_SUFF(pVM), 13, 1, 0 /* uTagSrc */);
    1085110851        int rc2 = hmR0VmxAdvanceGuestRip(pVCpu, pMixedCtx, pVmxTransient);
    1085210852        AssertRCReturn(rc2, rc2);
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