VirtualBox

Changeset 24139 in vbox for trunk/src


Ignore:
Timestamp:
Oct 28, 2009 1:24:26 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54061
Message:

Also missing ApicHlp_SetInterruptFF cases for R0/RC.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp

    r24138 r24139  
    454454            VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_SMI);
    455455            break;
     456        case PDMAPICIRQ_EXTINT:
     457            VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC);
     458            break;
    456459        default:
    457460            AssertMsgFailed(("enmType=%d\n", enmType));
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r24138 r24139  
    470470            VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_SMI);
    471471            break;
     472        case PDMAPICIRQ_EXTINT:
     473            VMCPU_FF_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC);
     474            break;
    472475        default:
    473476            AssertMsgFailed(("enmType=%d\n", enmType));
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