Changeset 4083 in vbox
- Timestamp:
- Aug 7, 2007 5:41:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r4079 r4083 139 139 if (VBOX_FAILURE(rc)) 140 140 { 141 /* KVM leaves the CPU in VMX operation. Not only is this not allowed, it will crash the host when we enter raw mode, because141 /* KVM leaves the CPU in VMX root mode. Not only is this not allowed, it will crash the host when we enter raw mode, because 142 142 * (a) clearing X86_CR4_VMXE in CR4 causes a #GP 143 143 * (b) turning off paging causes a #GP
Note:
See TracChangeset
for help on using the changeset viewer.