• A
    PPC: 440: Ignore invalid PCI IRQs · d49bc1fb
    Alexander Graf 提交于
    When running a 440 target, we currently get invalid irq_num values (-1)
    which completely confuse the IRQ setting code.
    
    This is most likely due to the missing qdev conversion.
    
    While this shouldn't happen in the first place and should really rather
    be fixed by converting the target, I dislike segfaults. So for now, let's
    just print a warning and ignore invalid irq_num values.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    d49bc1fb
ppc4xx_pci.c 11.0 KB