VirtualBox

Changeset 52655 in vbox


Ignore:
Timestamp:
Sep 9, 2014 2:03:59 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0,HMSVMR0: oops, forgot bugref number.

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

Legend:

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

    r52654 r52655  
    51155115
    51165116    /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable
    5117        of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{}. */
     5117       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */
    51185118    if (pSvmTransient->fVectoringPF)
    51195119    {
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r52653 r52655  
    1199911999
    1200012000    /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable
    12001        of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{}. */
     12001       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */
    1200212002    if (pVmxTransient->fVectoringPF)
    1200312003    {
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