Changeset 52073 in vbox
- Timestamp:
- Jul 17, 2014 11:29:46 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52072 r52073 5844 5844 { 5845 5845 /* 5846 * If this exception occurred while delivering the NMI, we need to clear the block-by-NMI field in the 5847 * guest interruptibility-state before re-delivering the NMI, otherwise the subsequent VM-entry would fail. 5846 * On CPUs that support Virtual NMIs, if this exception occurred while delivering the NMI, we need to clear 5847 * the block-by-NMI field in the guest interruptibility-state before re-delivering the NMI, otherwise the 5848 * subsequent VM-entry would fail. 5848 5849 * See Intel spec. 30.7.1.2 "Resuming Guest Software after Handling an Exception". See @bugref{7445}. 5849 5850 */
Note:
See TracChangeset
for help on using the changeset viewer.