Changeset 13169 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 10, 2008 12:01:43 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13167 r13169 2290 2290 #endif 2291 2291 2292 Assert(((exitQualification >> 7) & 3) != 2); 2293 2292 2294 /* Determine the kind of violation. */ 2293 2295 errCode = 0; … … 2736 2738 case VMX_EXIT_EXCEPTION: /* 0 Exception or non-maskable interrupt (NMI). */ 2737 2739 case VMX_EXIT_EXTERNAL_IRQ: /* 1 External interrupt. */ 2740 case VMX_EXIT_EPT_VIOLATION: 2738 2741 /* Already handled above. */ 2739 2742 break;
Note:
See TracChangeset
for help on using the changeset viewer.