Changeset 54384 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 23, 2015 3:03:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r54308 r54384 4850 4850 { 4851 4851 /* Currently, all mode changes sends us back to ring-3, so these should be set. See @bugref{6944}. */ 4852 AssertMsg(HMCPU_CF_IS_SET(pVCpu, HM_CHANGED_HOST_CONTEXT 4853 | HM_CHANGED_VMX_EXIT_CTLS 4852 AssertMsg(HMCPU_CF_IS_SET(pVCpu, HM_CHANGED_VMX_EXIT_CTLS 4854 4853 | HM_CHANGED_VMX_ENTRY_CTLS 4855 4854 | HM_CHANGED_GUEST_EFER_MSR), ("flags=%#x\n", HMCPU_CF_VALUE(pVCpu))); … … 4871 4870 { 4872 4871 /* Currently, all mode changes sends us back to ring-3, so these should be set. See @bugref{6944}. */ 4873 AssertMsg(HMCPU_CF_IS_SET(pVCpu, HM_CHANGED_HOST_CONTEXT 4874 | HM_CHANGED_VMX_EXIT_CTLS 4872 AssertMsg(HMCPU_CF_IS_SET(pVCpu, HM_CHANGED_VMX_EXIT_CTLS 4875 4873 | HM_CHANGED_VMX_ENTRY_CTLS 4876 4874 | HM_CHANGED_GUEST_EFER_MSR), ("flags=%#x\n", HMCPU_CF_VALUE(pVCpu))); … … 8595 8593 * thread-context hooks are used or when hmR0VmxSetupVMRunHandler() changes pfnStartVM). 8596 8594 */ 8595 /** @todo Why should hmR0VmxSetupVMRunHandler() changing pfnStartVM have 8596 * any effect to the host state needing to be saved? */ 8597 8597 if (HMCPU_CF_IS_PENDING(pVCpu, HM_CHANGED_HOST_CONTEXT)) 8598 8598 {
Note:
See TracChangeset
for help on using the changeset viewer.