Changeset 78719 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 24, 2019 11:32:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r78716 r78719 3084 3084 uint32_t const fGstHostMask = pVmcs->u64Cr0Mask.u; 3085 3085 uint32_t const fGstHostLmswMask = fGstHostMask & (X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS); 3086 3087 *pu16NewMsw = (uGuestCr0 & fGstHostLmswMask) | (*pu16NewMsw & ~fGstHostLmswMask); 3086 *pu16NewMsw = (uGuestCr0 & fGstHostLmswMask) | (*pu16NewMsw & ~fGstHostLmswMask); 3088 3087 3089 3088 return VINF_VMX_INTERCEPT_NOT_ACTIVE;
Note:
See TracChangeset
for help on using the changeset viewer.