Changeset 79059 in vbox
- Timestamp:
- Jun 10, 2019 11:30:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r79031 r79059 6574 6574 6575 6575 /* Read the MSR bitmap. */ 6576 /** @todo NSTVMX: Move this to be done later (while loading guest state) when 6577 * implementing fast path. */ 6576 6578 Assert(pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pvMsrBitmap)); 6577 6579 int rc = PGMPhysSimpleReadGCPhys(pVCpu->CTX_SUFF(pVM), pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pvMsrBitmap),
Note:
See TracChangeset
for help on using the changeset viewer.