VirtualBox

Changeset 96975 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 4, 2022 5:39:04 AM (2 years ago)
Author:
vboxsync
Message:

VMM/VMXAllTemplate: Nested VMX: bugref:10092 Comment typos, space nit.

File:
1 edited

Legend:

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

    r96974 r96975  
    44224422 * @param   pVCpu           The cross context virtual CPU structure.
    44234423 * @param   pVmcsInfo       The VMCS information structure.
    4424  * @param   fIsNestedGuest  Flag whether the evaluation happens for a nestd guest.
     4424 * @param   fIsNestedGuest  Flag whether the evaluation happens for a nested guest.
    44254425 * @param   pfIntrState     Where to store the VT-x guest-interruptibility state.
    44264426 */
     
    58285828                /* If uExitVector is #PF, CR2 value will be updated from the VMCS if it's a guest #PF, see vmxHCExitXcptPF(). */
    58295829                STAM_COUNTER_INC(&VCPU_2_VMXSTATS(pVCpu).StatInjectReflect);
    5830                 vmxHCSetPendingEvent(pVCpu, VMX_ENTRY_INT_INFO_FROM_EXIT_IDT_INFO(uIdtVectorInfo), 0 /* cbInstr */,
    5831                                        u32ErrCode, pVCpu->cpum.GstCtx.cr2);
     5830                vmxHCSetPendingEvent(pVCpu, VMX_ENTRY_INT_INFO_FROM_EXIT_IDT_INFO(uIdtVectorInfo), 0 /* cbInstr */, u32ErrCode,
     5831                                     pVCpu->cpum.GstCtx.cr2);
    58325832
    58335833                Log4Func(("IDT: Pending vectoring event %#RX64 Err=%#RX32\n", VCPU_2_VMXSTATE(pVCpu).Event.u64IntInfo,
     
    58445844            {
    58455845                /*
    5846                  * Determing a vectoring double #PF condition. Used later, when PGM evaluates the
     5846                 * Determine a vectoring double #PF condition. Used later, when PGM evaluates the
    58475847                 * second #PF as a guest #PF (and not a shadow #PF) and needs to be converted into a #DF.
    58485848                 */
     
    1018610186
    1018710187/**
    10188  * Nested-guest VM-exit handler for instructions that cause VM-exits uncondtionally
     10188 * Nested-guest VM-exit handler for instructions that cause VM-exits unconditionally
    1018910189 * and only provide the instruction length.
    1019010190 *
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