VirtualBox

Changeset 102949 in vbox for trunk/src/VBox/VMM/VMMR3/EM.cpp


Ignore:
Timestamp:
Jan 18, 2024 11:15:16 AM (12 months ago)
Author:
vboxsync
Message:

VMM/EM: Check whether it is possible to reschedule after IEMExecLots() has returned when in EMSTATE_IEM or the guest might never get out of IEM under certain circumstances (nested paging disabled for instance which disables unrestricted execution as well). Likely a r157542 regression, bugref:10369 [only reschedule when IEMExecLots() returned VINF_SUCCESS]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r102947 r102949  
    25542554#endif
    25552555                    }
    2556                     else
     2556                    else if (rc == VINF_SUCCESS)
    25572557                        rc = VINF_EM_RESCHEDULE; /* Need to check whether we can run in HM or NEM again. */
    25582558                    fFFDone = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette