Changeset 47433 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 27, 2013 12:43:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r47260 r47433 4108 4108 { 4109 4109 /* If any IO breakpoints are armed, then we should check if a debug trap needs to be generated. */ 4110 /** @todo This is inefficient and wrong according to intel and amd specs 4111 * (regardless of which is correct). See the same code in the VT-x case. 4112 * write testcase and refactor the code to use a mostly shared 4113 * implementation after the initial DR7/CR4 checks. */ 4110 4114 if (pCtx->dr[7] & X86_DR7_ENABLED_MASK) 4111 4115 {
Note:
See TracChangeset
for help on using the changeset viewer.