Changeset 56270 in vbox
- Timestamp:
- Jun 8, 2015 9:44:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r56212 r56270 3810 3810 { 3811 3811 /* 3812 * MSR is not yet locked; we can change it ourselves here. 3813 * Once the lock bit is set,this MSR can no longer be modified.3812 * MSR is not yet locked; we can change it ourselves here. Once the lock bit is set, 3813 * this MSR can no longer be modified. 3814 3814 * 3815 * Set both the VMXON and SMX_VMXON bits (if supported) as we can't 3816 * determine SMX modeaccurately. See @bugref{6873}.3815 * Set both the VMXON and SMX_VMXON bits (if supported) as we can't determine SMX mode 3816 * accurately. See @bugref{6873}. 3817 3817 * 3818 3818 * The reason we are being paranoid here and (re)checking is that we don't assume all callers
Note:
See TracChangeset
for help on using the changeset viewer.