Changeset 11763
- Timestamp:
- 08/28/08 16:27:11 (3 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r11761 r11763 888 888 | X86_CR0_PG /* Must monitor this bit (assumptions are made for real mode & protected mode without paging emulation) */ 889 889 | X86_CR0_TS 890 | X86_CR0_ET 891 | X86_CR0_CD /* Cache disable must not be changed! */ 890 | X86_CR0_ET /* Bit not restored during VM-exit! */ 891 | X86_CR0_CD /* Bit not restored during VM-exit! */ 892 | X86_CR0_NW /* Bit not restored during VM-exit! */ 892 893 | X86_CR0_NE 893 894 | X86_CR0_MP;

