[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 1/7] mac_via: switch rtc pram trace-events to use hex rather than
From: |
Laurent Vivier |
Subject: |
[PULL 1/7] mac_via: switch rtc pram trace-events to use hex rather than decimal for addresses |
Date: |
Tue, 16 Mar 2021 22:16:25 +0100 |
From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Since all the documentation uses the hex offsets, this makes it much easier
to see what is going on.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210311100505.22596-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
hw/misc/trace-events | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/misc/trace-events b/hw/misc/trace-events
index b87d0b4c906a..fa422727aeb7 100644
--- a/hw/misc/trace-events
+++ b/hw/misc/trace-events
@@ -233,8 +233,8 @@ via1_rtc_cmd_test_write(int value) "value=0x%02x"
via1_rtc_cmd_wprotect_write(int value) "value=0x%02x"
via1_rtc_cmd_pram_read(int addr, int value) "addr=%u value=0x%02x"
via1_rtc_cmd_pram_write(int addr, int value) "addr=%u value=0x%02x"
-via1_rtc_cmd_pram_sect_read(int sector, int offset, int addr, int value)
"sector=%u offset=%u addr=%d value=0x%02x"
-via1_rtc_cmd_pram_sect_write(int sector, int offset, int addr, int value)
"sector=%u offset=%u addr=%d value=0x%02x"
+via1_rtc_cmd_pram_sect_read(int sector, int offset, int addr, int value)
"sector=%u offset=%u addr=0x%x value=0x%02x"
+via1_rtc_cmd_pram_sect_write(int sector, int offset, int addr, int value)
"sector=%u offset=%u addr=0x%x value=0x%02x"
via1_adb_send(const char *state, uint8_t data, const char *vadbint) "state %s
data=0x%02x vADBInt=%s"
via1_adb_receive(const char *state, uint8_t data, const char *vadbint, int
status, int index, int size) "state %s data=0x%02x vADBInt=%s status=0x%x
index=%d size=%d"
via1_adb_poll(uint8_t data, const char *vadbint, int status, int index, int
size) "data=0x%02x vADBInt=%s status=0x%x index=%d size=%d"
--
2.30.2
- [PULL 0/7] Q800 for 6.0 patches, Laurent Vivier, 2021/03/16
- [PULL 2/7] mac_via: fix up adb_via_receive() trace events, Laurent Vivier, 2021/03/16
- [PULL 1/7] mac_via: switch rtc pram trace-events to use hex rather than decimal for addresses,
Laurent Vivier <=
- [PULL 4/7] mac_via: don't re-inject ADB response when switching to IDLE state, Laurent Vivier, 2021/03/16
- [PULL 7/7] mac_via: remove VIA1 timer optimisations, Laurent Vivier, 2021/03/16
- [PULL 6/7] mac_via: fix 60Hz VIA1 timer interval, Laurent Vivier, 2021/03/16
- [PULL 3/7] mac_via: allow long accesses to VIA registers, Laurent Vivier, 2021/03/16
- [PULL 5/7] mac_via: rename VBL timer to 60Hz timer, Laurent Vivier, 2021/03/16
- Re: [PULL 0/7] Q800 for 6.0 patches, Peter Maydell, 2021/03/18