VirtualBox

Ignore:
Timestamp:
Jun 13, 2023 11:34:42 AM (18 months ago)
Author:
vboxsync
Message:

VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting control when it's no longer necessary.

File:
1 edited

Legend:

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

    r99753 r100164  
    49714971                vmxHCSetIntWindowExitVmcs(pVCpu, pVmcsInfo);
    49724972            else
    4973                 Assert(!(pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_INT_WINDOW_EXIT));
     4973            {
     4974                /* It's possible that interrupt-window exiting is still active, clear it as it's now unnecessary. */
     4975                vmxHCClearIntWindowExitVmcs(pVCpu, pVmcsInfo);
     4976            }
    49744977        }
    49754978    }
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