Re: [Qemu-devel] [PATCH v10 13/24] replay: implement replay-seek command

2019-01-17 Thread Markus Armbruster
Pavel Dovgalyuk writes: > This patch adds hmp/qmp commands replay_seek/replay-seek that proceed > the execution to the specified instruction count. > The command automatically loads nearest snapshot and replays the execution > to find the desired instruction count. > > Signed-off-by: Pavel Dovgal

[Qemu-devel] [PATCH v10 13/24] replay: implement replay-seek command

2019-01-16 Thread Pavel Dovgalyuk
This patch adds hmp/qmp commands replay_seek/replay-seek that proceed the execution to the specified instruction count. The command automatically loads nearest snapshot and replays the execution to find the desired instruction count. Signed-off-by: Pavel Dovgalyuk -- v2: - renamed replay_seek