summaryrefslogtreecommitdiffstats
path: root/hw/ppc/trace-events
diff options
context:
space:
mode:
authorLaurent Vivier2017-02-10 10:27:23 +0100
committerDavid Gibson2017-02-22 01:28:28 +0100
commitf4af7d44381b5df2fbd0b184b504e72b4c0d9c22 (patch)
treeb8c07dc5de8f3f9f26c80a73e39e7b75e8f3d1fc /hw/ppc/trace-events
parentmac99: replace debug printf with trace points (diff)
downloadqemu-f4af7d44381b5df2fbd0b184b504e72b4c0d9c22.tar.gz
qemu-f4af7d44381b5df2fbd0b184b504e72b4c0d9c22.tar.xz
qemu-f4af7d44381b5df2fbd0b184b504e72b4c0d9c22.zip
ppc4xx: replace debug printf with trace points
Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/trace-events')
-rw-r--r--hw/ppc/trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/ppc/trace-events b/hw/ppc/trace-events
index 6122a12c99..f04bb1d11f 100644
--- a/hw/ppc/trace-events
+++ b/hw/ppc/trace-events
@@ -89,3 +89,7 @@ rs6000mc_parity_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
# hw/ppc/mac_newworld.c
mac99_uninorth_write(uint64_t addr, uint64_t value) "addr=0x%" PRIx64 " val=0x%"PRIx64
mac99_uninorth_read(uint64_t addr, uint64_t value) "addr=0x%" PRIx64 " val=0x%"PRIx64
+
+# hw/ppc/ppc4xx_pci.c
+ppc4xx_pci_map_irq(int32_t devfn, int irq_num, int slot) "devfn %x irq %d -> %d"
+ppc4xx_pci_set_irq(int irq_num) "PCI irq %d"