diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-06-06 12:39:40 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2024-06-10 13:05:27 -0400 |
commit | 769244f9fcd12d91c56db1ad9f318f5bb28e4907 (patch) | |
tree | 89f3682ec7e7866ea0fc128b3219d6df8db6f38f | |
parent | 7682ecd48d6c177667e02a64b4287d7f31c27bd8 (diff) | |
download | qemu-769244f9fcd12d91c56db1ad9f318f5bb28e4907.zip qemu-769244f9fcd12d91c56db1ad9f318f5bb28e4907.tar.gz qemu-769244f9fcd12d91c56db1ad9f318f5bb28e4907.tar.bz2 |
hw/sh4: Remove newline character in trace events
Trace events aren't designed to be multi-lines. Remove
the newline character which doesn't bring much value.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Mads Ynddal <mads@ynddal.dk>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20240606103943.79116-3-philmd@linaro.org
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | hw/sh4/trace-events | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sh4/trace-events b/hw/sh4/trace-events index 4b61cd5..6bfd7ee 100644 --- a/hw/sh4/trace-events +++ b/hw/sh4/trace-events @@ -1,3 +1,3 @@ # sh7750.c -sh7750_porta(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "porta changed from 0x%04x to 0x%04x\npdtra=0x%04x, pctra=0x%08x" -sh7750_portb(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "portb changed from 0x%04x to 0x%04x\npdtrb=0x%04x, pctrb=0x%08x" +sh7750_porta(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "porta changed from 0x%04x to 0x%04x (pdtra=0x%04x, pctra=0x%08x)" +sh7750_portb(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "portb changed from 0x%04x to 0x%04x (pdtrb=0x%04x, pctrb=0x%08x)" |