VirtualBox

Changeset 30375 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 22, 2010 1:36:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62974
Message:

Experimental code (disabled)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r30181 r30375  
    27682768        {
    27692769            Assert(exitReason == VMX_EXIT_EXTERNAL_IRQ);
     2770#if 0 //def VBOX_WITH_VMMR0_DISABLE_PREEMPTION
     2771            if (    RTThreadPreemptIsPendingTrusty()
     2772                &&  !RTThreadPreemptIsPending(NIL_RTTHREAD))
     2773            {
     2774                    STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatExit2Sub3, y3);
     2775                    goto ResumeExecution;
     2776            }
     2777#endif
    27702778            /* External interrupt; leave to allow it to be dispatched again. */
    27712779            rc = VINF_EM_RAW_INTERRUPT;
Note: See TracChangeset for help on using the changeset viewer.

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