VirtualBox

Changeset 60574 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 19, 2016 1:29:37 PM (9 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Ignore assertion for PDMGetInterrupt() with the new APIC code.

File:
1 edited

Legend:

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

    r60566 r60574  
    26822682            else
    26832683            {
    2684                 /** @todo Does this actually happen? If not turn it into an assertion. */
     2684                /* This can happen with the new APIC code. */
     2685#ifndef VBOX_WITH_NEW_APIC
    26852686                Assert(!VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)));
     2687#endif
    26862688                STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchGuestIrq);
    26872689            }
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