Changeset 59111 in vbox for trunk/src/VBox
- Timestamp:
- Dec 14, 2015 10:33:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r59110 r59111 139 139 * We need to intercept all exceptions manually except: 140 140 * - \#NM, \#MF handled in hmR0VmxLoadSharedCR0(). 141 * - \#DB handled in hmR0VmxLoadSharedDebugState(). 141 * - \#AC and #DB are always intercepted to prevent the CPU from deadlocking 142 * due to bugs in Intel CPUs. 142 143 * - \#PF need not be intercepted even in real-mode if we have Nested Paging 143 144 * support.
Note:
See TracChangeset
for help on using the changeset viewer.