Changeset 75831 in vbox
- Timestamp:
- Nov 30, 2018 9:35:12 AM (6 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
VMMAll/CPUMAllRegs.cpp (modified) (1 diff)
-
VMMR3/EM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r75830 r75831 2803 2803 /** 2804 2804 * 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). 2806 2806 * 2807 2807 * @returns VBox status code. -
trunk/src/VBox/VMM/VMMR3/EM.cpp
r75830 r75831 2132 2132 && CPUMIsGuestVmxVirtIntrEnabled(pVCpu, &pVCpu->cpum.GstCtx)) 2133 2133 { 2134 /** @todo NSTVMX: virtual interrupt delivery. */2134 /** @todo NSTVMX: virtual-interrupt delivery. */ 2135 2135 rc2 = VINF_NO_CHANGE; 2136 2136 }
Note:
See TracChangeset
for help on using the changeset viewer.

