Changeset 80578 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 4, 2019 7:33:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r80572 r80578 7413 7413 7414 7414 /* Finally, done. */ 7415 Log(("%s: cs:rip=%#04x:%#RX64 cr3=%#RX64\n", pszInstr, pVCpu->cpum.GstCtx.cs.Sel, 7416 pVCpu->cpum.GstCtx.rip, pVCpu->cpum.GstCtx.cr3)); 7415 Log(("%s: cs:rip=%#04x:%#RX64 cr3=%#RX64 cr4=%#RX64 (vmcs=%#RX64) efer=%#RX64 (vmcs=%#RX64)\n", pszInstr, 7416 pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip, pVCpu->cpum.GstCtx.cr3, 7417 pVmcs->u64GuestCr4.u, 7418 pVCpu->cpum.GstCtx.cr4, pVCpu->cpum.GstCtx.msrEFER, pVmcs->u64GuestEferMsr.u)); 7417 7419 return VINF_SUCCESS; 7418 7420 }
Note:
See TracChangeset
for help on using the changeset viewer.