Changeset 21710 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 17, 2009 4:13:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r21709 r21710 1081 1081 /* Our patch code uses LSTAR for TPR caching. */ 1082 1082 pCtx->msrLSTAR = u8LastTPR; 1083 1084 if (fPending) 1085 { 1086 /* A TPR change could activate a pending interrupt, so catch lstar writes. */ 1087 svmR0SetMSRPermission(pVM, MSR_K8_LSTAR, true, false); 1088 } 1089 else 1090 /* No interrupts are pending, so we don't need to be explicitely notified. 1091 * There are enough world switches for detecting pending interrupts. 1092 */ 1093 svmR0SetMSRPermission(pVM, MSR_K8_LSTAR, true, true); 1083 1094 } 1084 1095 else
Note:
See TracChangeset
for help on using the changeset viewer.