Changeset 81209 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 10, 2019 11:19:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r81207 r81209 9170 9170 uint64_t const fCtxMask = HM_CHANGED_ALL_GUEST & ~HM_CHANGED_VMX_HOST_GUEST_SHARED_STATE; 9171 9171 uint64_t const fMinimalMask = HM_CHANGED_GUEST_RIP | HM_CHANGED_GUEST_RSP | HM_CHANGED_GUEST_RFLAGS | HM_CHANGED_GUEST_HWVIRT; 9172 9173 9172 uint64_t const fCtxChanged = ASMAtomicUoReadU64(&pVCpu->hm.s.fCtxChanged); 9173 9174 9174 /* If only RIP/RSP/RFLAGS/HWVIRT changed, export only those (quicker, happens more often).*/ 9175 9175 if ( (fCtxChanged & fMinimalMask)
Note:
See TracChangeset
for help on using the changeset viewer.