VirtualBox

Ignore:
Timestamp:
May 5, 2022 10:49:39 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151243
Message:

VMM/IEM,HM: Added a VBOX_WITH_IEM_TLB makefile config variable for quickly enabling/disabling the TLB; fixed associated compilation issue in the VMX code. bugref:9898

File:
1 edited

Legend:

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

    r94011 r94844  
    49174917        if (fWhat & HMVMX_READ_GUEST_PENDING_DBG_XCPTS)
    49184918        {
     4919            fWhat &= ~HMVMX_READ_GUEST_PENDING_DBG_XCPTS;
     4920#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
    49194921            vmxHCReadGuestPendingDbgXctps(pVCpu, pVmxTransient);
    4920             fWhat &= ~HMVMX_READ_GUEST_PENDING_DBG_XCPTS;
    49214922            pVmxExitAux->u64GuestPendingDbgXcpts = pVmxTransient->uGuestPendingDbgXcpts;
     4923#else
     4924            pVmxExitAux->u64GuestPendingDbgXcpts = 0;
     4925#endif
    49224926        }
    49234927
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