Re: [PATCH 3/9] replay: rewrite async event handling

2022-05-04 Thread Pavel Dovgalyuk
On 26.04.2022 21:54, Richard Henderson wrote: On 4/22/22 04:53, Pavel Dovgalyuk wrote: This patch decouples checkpoints and async events. It was a tricky part of replay implementation. Now it becomes much simpler and easier to maintain. Signed-off-by: Pavel Dovgalyuk Looks ok, as far as I ca

Re: [PATCH 3/9] replay: rewrite async event handling

2022-04-26 Thread Richard Henderson
On 4/22/22 04:53, Pavel Dovgalyuk wrote: This patch decouples checkpoints and async events. It was a tricky part of replay implementation. Now it becomes much simpler and easier to maintain. Signed-off-by: Pavel Dovgalyuk Looks ok, as far as I can follow. With a couple of nits, Acked-by: Ri