Changeset 47105 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2013 5:10:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47094 r47105 7364 7364 if (uIntrType == VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI) 7365 7365 { 7366 /** @todo We should inject the NMI to the host by calling the NMI 7367 * interrupt handler! See Intel spec. 27.5.5 "Updating Non-Register State". */ 7366 7368 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatExitXcptNmi, y3); 7367 7369 return VINF_EM_RAW_INTERRUPT;
Note:
See TracChangeset
for help on using the changeset viewer.