summaryrefslogtreecommitdiff
path: root/hw/pci-host/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-06-24 21:22:01 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-07-02 10:41:16 +0200
commit300491f988f649fced2ffd5c46c1bc911fee0e60 (patch)
tree2dabd7ebf175ef77d6faa95bf013d7f865ab7c12 /hw/pci-host/trace-events
parent3f178b8d8cc19c5e971d4ac3e1b0b20cf5cb45fa (diff)
downloadqemu-300491f988f649fced2ffd5c46c1bc911fee0e60.zip
hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bit
Per the datasheet section "5.7.5. Accessing PCI configuration space" the address must be 32-bit aligned. Trace eventual accesses not aligned to 32-bit. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210624202747.1433023-3-f4bug@amsat.org>
Diffstat (limited to 'hw/pci-host/trace-events')
-rw-r--r--hw/pci-host/trace-events3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci-host/trace-events b/hw/pci-host/trace-events
index f4b3a50cb0..630e9fcc5e 100644
--- a/hw/pci-host/trace-events
+++ b/hw/pci-host/trace-events
@@ -1,5 +1,8 @@
# See docs/devel/tracing.rst for syntax documentation.
+# bonito.c
+bonito_spciconf_small_access(uint64_t addr, unsigned size) "PCI config address is smaller then 32-bit, addr: 0x%"PRIx64", size: %u"
+
# grackle.c
grackle_set_irq(int irq_num, int level) "set_irq num %d level %d"