Changeset 186 in vbox
- Timestamp:
- Jan 19, 2007 5:04:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r172 r186 260 260 | X86_CPUID_AMD_FEATURE_EDX_CX8 261 261 //| X86_CPUID_AMD_FEATURE_EDX_APIC - set by the APIC device if present. 262 | X86_CPUID_AMD_FEATURE_EDX_SEP 262 /** @note we don't report sysenter/sysexit support due to our inability to keep the IOPL part of eflags in sync while in ring 1 (see #1757) */ 263 //| X86_CPUID_AMD_FEATURE_EDX_SEP 263 264 //| X86_CPUID_AMD_FEATURE_EDX_MTRR - not virtualized. 264 265 | X86_CPUID_AMD_FEATURE_EDX_PGE
Note:
See TracChangeset
for help on using the changeset viewer.