VirtualBox

Changeset 77899 in vbox


Ignore:
Timestamp:
Mar 27, 2019 6:43:09 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129605
Message:

VMM/IEM: Nested VMX: bugref:9180 Build fix.

File:
1 edited

Legend:

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

    r77879 r77899  
    27962796
    27972797    /* Ensure VM-entry interruption information valid bit isn't set. */
    2798     Assert(!VMX_ENTRY_INT_INFO_IS_VALID(pVmcs->u32EntryIntInfo);
     2798    Assert(!VMX_ENTRY_INT_INFO_IS_VALID(pVmcs->u32EntryIntInfo));
    27992799
    28002800    /* Update the VM-exit reason, the other relevant data fields are expected to be updated by the caller already. */
     
    73887388IEM_STATIC int iemVmxVmentryInjectEvent(PVMCPU pVCpu, const char *pszInstr)
    73897389{
     7390    PVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
     7391
    73907392    /*
    73917393     * Inject events.
     
    73977399     * See Intel spec. 26.5 "Event Injection".
    73987400     */
    7399     PCVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
    74007401    uint32_t const uEntryIntInfo      = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs)->u32EntryIntInfo;
    74017402    bool const     fEntryIntInfoValid = VMX_ENTRY_INT_INFO_IS_VALID(uEntryIntInfo);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette