VirtualBox

Changeset 80017 in vbox


Ignore:
Timestamp:
Jul 26, 2019 5:28:37 PM (5 years ago)
Author:
vboxsync
Message:

VMM: Kicking out raw-mode (work in progress) - EM. bugref:9517

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r80016 r80017  
    24932493                rc = emR3ForcedActions(pVM, pVCpu, rc);
    24942494                VBOXVMM_EM_FF_ALL_RET(pVCpu, rc);
    2495                 if (   rc == VINF_EM_RESCHEDULE_REM
    2496                     || rc == VINF_EM_RESCHEDULE_HM)
    2497                     rc = VINF_EM_RESCHEDULE_RAW;
    24982495            }
    24992496            else if (fFFDone)
  • trunk/src/VBox/VMM/include/EMInternal.h

    r80016 r80017  
    230230        /** Padding used in the other rings.
    231231         * This must be larger than jmp_buf on any supported platform. */
    232         char                achPaddingFatalLongJump[HC_ARCH_BITS == 32 ? 176 : 256];
     232        char                achPaddingFatalLongJump[256];
    233233#ifdef IN_RING3
    234234        /** Long buffer jump for fatal VM errors.
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