Re: [PATCH 5/7] target/ppc: Fix timebase reset with record-replay

2023-06-26 Thread Pavel Dovgalyuk
Reviewed-by: Pavel Dovgalyuk On 23.06.2023 15:57, Nicholas Piggin wrote: Timebase save uses a random number for a legacy vmstate field, which makes rr snapshot loading unbalanced. The easiest way to deal with this is just to skip the rng if record-replay is active. Signed-off-by: Nicholas Pigg

[PATCH 5/7] target/ppc: Fix timebase reset with record-replay

2023-06-23 Thread Nicholas Piggin
Timebase save uses a random number for a legacy vmstate field, which makes rr snapshot loading unbalanced. The easiest way to deal with this is just to skip the rng if record-replay is active. Signed-off-by: Nicholas Piggin --- hw/ppc/ppc.c | 11 +-- 1 file changed, 9 insertions(+), 2 de