VirtualBox

Changeset 102947 in vbox for trunk/src


Ignore:
Timestamp:
Jan 18, 2024 10:21:28 AM (11 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

File:
1 edited

Legend:

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

    r101703 r102947  
    25542554#endif
    25552555                    }
     2556                    else
     2557                        rc = VINF_EM_RESCHEDULE; /* Need to check whether we can run in HM or NEM again. */
    25562558                    fFFDone = false;
    25572559                    break;
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