VirtualBox

Changeset 80561 in vbox


Ignore:
Timestamp:
Sep 3, 2019 9:27:26 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133075
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 When entering hardware assisted VT-x execution of nested-guest, the event in TRPM must be from VM-entry, otherwise we are subject to intercepting the event using the exception bitmap/VMCS controls!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r80456 r80561  
    1029010290     */
    1029110291    if (TRPMHasTrap(pVCpu))
     10292    {
     10293        Assert(!pVmxTransient->fIsNestedGuest || !pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents);
    1029210294        hmR0VmxTrpmTrapToPendingEvent(pVCpu);
     10295    }
    1029310296
    1029410297    uint32_t fIntrState;
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