Re: [PATCH 04/11] scripts/replay_dump: track total number of instructions

2023-12-07 Thread Pavel Dovgalyuk
On 05.12.2023 23:40, Alex Bennée wrote: This will help in tracking where we are in the stream when debugging. Signed-off-by: Alex Bennée --- scripts/replay-dump.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 8b

Re: [PATCH 04/11] scripts/replay_dump: track total number of instructions

2023-12-06 Thread Richard Henderson
On 12/5/23 12:40, Alex Bennée wrote: This will help in tracking where we are in the stream when debugging. Signed-off-by: Alex Bennée --- scripts/replay-dump.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 04/11] scripts/replay_dump: track total number of instructions

2023-12-06 Thread Philippe Mathieu-Daudé
On 5/12/23 21:40, Alex Bennée wrote: This will help in tracking where we are in the stream when debugging. Signed-off-by: Alex Bennée --- scripts/replay-dump.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 04/11] scripts/replay_dump: track total number of instructions

2023-12-05 Thread Alex Bennée
This will help in tracking where we are in the stream when debugging. Signed-off-by: Alex Bennée --- scripts/replay-dump.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 8b9f914534..2212b09322 100755 --- a/scripts/re