aboutsummaryrefslogtreecommitdiff
path: root/hw/fsi/trace-events
diff options
context:
space:
mode:
authorNinad Palsule <ninad@linux.ibm.com>2024-01-26 04:49:49 -0600
committerCédric Le Goater <clg@kaod.org>2024-02-01 08:13:30 +0100
commit6a2897bb5f28944997a0c8410b6d2ee162b9ae98 (patch)
tree515edd99577ab66287256f93ed4d12f18e3f6d06 /hw/fsi/trace-events
parentf4de3ca160c897ed3157ab8f0ad33ed93fe4bfe0 (diff)
downloadqemu-6a2897bb5f28944997a0c8410b6d2ee162b9ae98.zip
qemu-6a2897bb5f28944997a0c8410b6d2ee162b9ae98.tar.gz
qemu-6a2897bb5f28944997a0c8410b6d2ee162b9ae98.tar.bz2
hw/fsi: Introduce IBM's fsi-slave model
This is a part of patchset where IBM's Flexible Service Interface is introduced. The FSI slave: The slave is the terminal point of the FSI bus for FSI symbols addressed to it. Slaves can be cascaded off of one another. The slave's configuration registers appear in address space of the CFAM to which it is attached. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/fsi/trace-events')
-rw-r--r--hw/fsi/trace-events2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/fsi/trace-events b/hw/fsi/trace-events
index c5753e2..8f29adb 100644
--- a/hw/fsi/trace-events
+++ b/hw/fsi/trace-events
@@ -1,2 +1,4 @@
fsi_scratchpad_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
fsi_scratchpad_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx64
+fsi_slave_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
+fsi_slave_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size=%d value=0x%"PRIx64