mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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:
parent
fcd23a6787
commit
6bdc3707d9
2 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue