VirtualBox

Changeset 75316 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 8, 2018 4:29:02 AM (6 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:9180 nits, comment.

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

Legend:

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

    r75301 r75316  
    1919#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
    2020/** @todo NSTVMX: The following VM-exit intercepts are pending:
    21  *  VMX_EXIT_INIT_SIGNAL
    22  *  VMX_EXIT_SIPI
    2321 *  VMX_EXIT_IO_SMI
    2422 *  VMX_EXIT_SMI
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r75245 r75316  
    15801580        return VINF_SUCCESS;
    15811581
    1582 
    15831582    PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu);
    15841583#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
     
    16331632    /* If the CPU is in VMX non-root mode, INIT signals cause VM-exits. */
    16341633#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
    1635     PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu);
     1634    PCCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu);
    16361635    if (CPUMIsGuestInVmxNonRootMode(pCtx))
    16371636        return VBOXSTRICTRC_TODO(IEMExecVmxVmexitInitIpi(pVCpu));
    16381637#endif
    16391638
    1640     /** @todo Figure out how to handle a nested-guest intercepts here for INIT
     1639    /** @todo Figure out how to handle a SVM nested-guest intercepts here for INIT
    16411640     *  IPI (e.g. SVM_EXIT_INIT). */
    16421641
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