VirtualBox

Changeset 75831 in vbox


Ignore:
Timestamp:
Nov 30, 2018 9:35:12 AM (6 years ago)
Author:
vboxsync
Message:

VMM: Virtual-interrupt is hypenated when referring to "virtual-interrupt delivery" feature and not when using it regularly.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r75830 r75831  
    28032803/**
    28042804 * Checks whether the VMX nested-guest is in a state to receive virtual interrupts
    2805  * (those injected with the "virtual interrupt delivery" feature).
     2805 * (those injected with the "virtual-interrupt delivery" feature).
    28062806 *
    28072807 * @returns VBox status code.
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r75830 r75831  
    21322132                    && CPUMIsGuestVmxVirtIntrEnabled(pVCpu, &pVCpu->cpum.GstCtx))
    21332133                {
    2134                     /** @todo NSTVMX: virtual interrupt delivery. */
     2134                    /** @todo NSTVMX: virtual-interrupt delivery. */
    21352135                    rc2 = VINF_NO_CHANGE;
    21362136                }
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