VirtualBox

Ignore:
Timestamp:
Jul 15, 2016 6:44:49 PM (8 years ago)
Author:
vboxsync
Message:

REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack for something TRPM should be doing and couldn't because REMR3State wasn't doing it's job wrt TRPM_HARDWARE_INT.

File:
1 edited

Legend:

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

    r61634 r62287  
    14961496    Assert(enmEvent == TRPM_HARDWARE_INT);
    14971497
    1498     if (   !EMIsSupervisorCodeRecompiled(pVM)
    1499 #ifdef VBOX_WITH_REM
    1500         && REMR3QueryPendingInterrupt(pVM, pVCpu) == REM_NO_PENDING_IRQ
    1501 #endif
    1502         )
     1498    if (!EMIsSupervisorCodeRecompiled(pVM))
    15031499    {
    15041500#ifdef TRPM_FORWARD_TRAPS_IN_GC
     
    15501546                STAM_COUNTER_INC(&pVM->trpm.s.StatForwardFailNoHandler);
    15511547
    1552 # if 1
    15531548            rc = TRPMAssertTrap(pVCpu, u8Interrupt, enmEvent);
    15541549            AssertRCReturn(rc, rc);
    1555 # else
    1556 #  ifdef VBOX_WITH_REM
    1557             REMR3NotifyPendingInterrupt(pVM, pVCpu, u8Interrupt);
    1558 #  endif
    1559 #endif
    15601550        }
    15611551        else
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