Changeset 99665 in vbox
- Timestamp:
- May 8, 2023 10:49:02 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
r99663 r99665 4997 4997 4998 4998 /* 4999 * If we are injecting an event, we must not setup any interrupt/NMI-window5000 * exiting or we would get into an infinite VM-exit loop. An event that's5001 * already pending has already performed all necessary checks.4999 * If we are injecting an event, all necessary checks have been performed. 5000 * Any interrupt-window or NMI-window exiting would have been setup by the 5001 * nested-guest while we merged controls. 5002 5002 */ 5003 5003 if (VCPU_2_VMXSTATE(pVCpu).Event.fPending)
Note:
See TracChangeset
for help on using the changeset viewer.