Changeset 74043 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Sep 3, 2018 1:01:30 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r73984 r74043 3088 3088 LogRel(("HM: CPU[%u] Current Host Cpu %u\n", i, pVCpu->hm.s.vmx.LastError.idCurrentCpu)); 3089 3089 } 3090 else if (pVM->aCpus[i].hm.s.vmx.LastError.u32InstrError == VMXINSTRERR_VMENTRY_INVALID_CTL )3090 else if (pVM->aCpus[i].hm.s.vmx.LastError.u32InstrError == VMXINSTRERR_VMENTRY_INVALID_CTLS) 3091 3091 { 3092 3092 LogRel(("HM: CPU[%u] PinCtls %#RX32\n", i, pVCpu->hm.s.vmx.u32PinCtls));
Note:
See TracChangeset
for help on using the changeset viewer.