Changeset 98465 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 3, 2023 2:21:58 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155719
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r98103 r98465 426 426 * @remarks No-long-jump zone!!! 427 427 * @remarks The guest MSRs should have been saved back into the guest-CPU 428 * context by hmR0VmxImportGuestState()!!!428 * context by vmxHCImportGuestState()!!! 429 429 */ 430 430 static void hmR0VmxLazyRestoreHostMsrs(PVMCPUCC pVCpu) … … 5056 5056 /* 5057 5057 * Do -not- import the guest-state here as we might already be in the middle of importing 5058 * it, esp. bad if we're holding the PGM lock, see comment in hmR0VmxImportGuestState().5058 * it, esp. bad if we're holding the PGM lock, see comment at the end of vmxHCImportGuestStateEx(). 5059 5059 */ 5060 5060 hmR0VmxLeave(pVCpu, false /* fImportState */);
Note:
See TracChangeset
for help on using the changeset viewer.