Changeset 76477 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 25, 2018 8:01:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r76464 r76477 3080 3080 case VERR_VMX_INVALID_VMCS_PTR: 3081 3081 LogRel(("HM: VERR_VMX_INVALID_VMCS_PTR:\n")); 3082 LogRel(("HM: CPU[%u] Current pointer %#RGp vs %#RGp\n", i, pVCpu->hm.s.vmx.LastError.u64V MCSPhys,3082 LogRel(("HM: CPU[%u] Current pointer %#RGp vs %#RGp\n", i, pVCpu->hm.s.vmx.LastError.u64VmcsPhys, 3083 3083 pVCpu->hm.s.vmx.HCPhysVmcs)); 3084 LogRel(("HM: CPU[%u] Current VMCS version %#x\n", i, pVCpu->hm.s.vmx.LastError.u32V MCSRevision));3084 LogRel(("HM: CPU[%u] Current VMCS version %#x\n", i, pVCpu->hm.s.vmx.LastError.u32VmcsRev)); 3085 3085 LogRel(("HM: CPU[%u] Entered Host Cpu %u\n", i, pVCpu->hm.s.vmx.LastError.idEnteredCpu)); 3086 3086 LogRel(("HM: CPU[%u] Current Host Cpu %u\n", i, pVCpu->hm.s.vmx.LastError.idCurrentCpu));
Note:
See TracChangeset
for help on using the changeset viewer.