VirtualBox

Changeset 47807 in vbox for trunk/include


Ignore:
Timestamp:
Aug 16, 2013 12:54:26 PM (11 years ago)
Author:
vboxsync
Message:

EM/HM: Don't switch to REM immediately, try up to 1024 instruction in IEM first - only HM exec mode. This covers most trips to REM when booting xppro without nested paging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/em.h

    r47671 r47807  
    7777    /** The VM has encountered a fatal error. (And everyone is panicing....) */
    7878    EMSTATE_GURU_MEDITATION,
     79    /** Executing in IEM, falling back on REM if we cannot switch back to HM or
     80     * RAW after a short while. */
     81    EMSTATE_IEM_THEN_REM,
    7982    /** Just a hack to ensure that we get a 32-bit integer. */
    8083    EMSTATE_MAKE_32BIT_HACK = 0x7fffffff
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