sunhme: add trace event for logging PCI IRQ

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
Mark Cave-Ayland 2019-06-30 18:21:50 +01:00
parent fcd23a6787
commit 6bdc3707d9
2 changed files with 3 additions and 0 deletions

View file

@ -209,6 +209,8 @@ static void sunhme_update_irq(SunHMEState *s)
}
level = (seb ? 1 : 0);
trace_sunhme_update_irq(mifmask, mif, sebmask, seb, level);
pci_set_irq(d, level);
}