qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 03/11] scripts/replay-dump: update to latest format
Date: Wed, 6 Dec 2023 08:29:56 -0800
User-agent: Mozilla Thunderbird

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 the v7 changes.

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]