Changeset 77577 in vbox for trunk/src/VBox
- Timestamp:
- Mar 6, 2019 9:52:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r77574 r77577 8528 8528 #endif 8529 8529 8530 /* Check force flag actions that might require us to go back to ring-3. */ 8530 /* 8531 * Check and process force flag actions, some of which might require us to go back to ring-3. 8532 */ 8531 8533 VBOXSTRICTRC rcStrict = hmR0VmxCheckForceFlags(pVCpu, fStepping); 8532 8534 if (rcStrict == VINF_SUCCESS) … … 8536 8538 8537 8539 /* 8538 * Setup the virtualized-APIC accesses. 8539 * 8540 * Note! This can cause a longjumps to R3 due to the acquisition of the PGM lock 8541 * in both PGMHandlerPhysicalReset() and IOMMMIOMapMMIOHCPage(), see @bugref{8721}. 8542 * 8543 * This is the reason we do it here and not in hmR0VmxExportGuestState(). 8540 * Virtualize memory-mapped accesses to the physical APIC (may take locks). 8544 8541 */ 8545 8542 PVM pVM = pVCpu->CTX_SUFF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.