Re: [PATCH 03/11] scripts/replay-dump: update to latest format

2023-12-06 Thread Richard Henderson
On 12/5/23 12:40, Alex Bennée wrote: @@ -268,6 +279,49 @@ def decode_clock(eid, name, dumpfile): Decoder(28, "EVENT_CP_RESET", decode_checkpoint), ] +# Shutdown cause added +v12_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction), This comment applied to

[PATCH 03/11] scripts/replay-dump: update to latest format

2023-12-05 Thread Alex Bennée
To help debugging replay logs I've implemented decode_plain and decode_char_write as well as put in a new table for the current format of log. Signed-off-by: Alex Bennée --- scripts/replay-dump.py | 70 ++ 1 file changed, 64 insertions(+), 6 deletions(-)