aboutsummaryrefslogtreecommitdiff
path: root/hw/input/trace-events
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2019-12-20 22:15:10 +0100
committerRichard Henderson <richard.henderson@linaro.org>2020-01-27 10:49:51 -0800
commit2a6505b0e79e553ed11570fb484071f3e5293cff (patch)
tree5af7510a955b00f49e8a5c294c3d863a04917249 /hw/input/trace-events
parentc56b6209189f6a4945562dc772cff440f03e4868 (diff)
downloadqemu-2a6505b0e79e553ed11570fb484071f3e5293cff.zip
qemu-2a6505b0e79e553ed11570fb484071f3e5293cff.tar.gz
qemu-2a6505b0e79e553ed11570fb484071f3e5293cff.tar.bz2
hppa: add emulation of LASI PS2 controllers
Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20191220211512.3289-5-svens@stackframe.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/input/trace-events')
-rw-r--r--hw/input/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/input/trace-events b/hw/input/trace-events
index cf072fa..a2888fd 100644
--- a/hw/input/trace-events
+++ b/hw/input/trace-events
@@ -53,3 +53,8 @@ tsc2005_sense(const char *state) "touchscreen sense %s"
# virtio-input.c
virtio_input_queue_full(void) "queue full"
+
+# lasips2.c
+lasips2_reg_read(unsigned int size, int id, uint64_t addr, const char *name, uint64_t val) "%u %d addr 0x%"PRIx64 "%s -> 0x%"PRIx64
+lasips2_reg_write(unsigned int size, int id, uint64_t addr, const char *name, uint64_t val) "%u %d addr 0x%"PRIx64 "%s <- 0x%"PRIx64
+lasips2_intr(unsigned int val) "%d"