Changeset 20655 in vbox
- Timestamp:
- Jun 17, 2009 9:34:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48747
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r20608 r20655 976 976 977 977 /* TPR caching using CR8 is only available in 64 bits mode or with 32 bits guests when X86_CPUID_AMD_FEATURE_ECX_CR8L is supported. */ 978 /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!!!!! */ 978 /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!!!!! 979 * @todo query and update the TPR only when it could have been changed (mmio access) 980 */ 979 981 if (pVM->hwaccm.s.fHasIoApic) 980 982 { -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r20608 r20655 2213 2213 /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!! */ 2214 2214 /** 2215 * @todo reduce overhead2215 * @todo query and update the TPR only when it could have been changed (mmio access & wrmsr (x2apic)) 2216 2216 */ 2217 2217 if (fSetupTPRCaching)
Note:
See TracChangeset
for help on using the changeset viewer.