Re: [Qemu-devel] [RFC PATCH 10/17] replay: implement replay_seek command to proceed to the desired step

2018-04-25 Thread Eric Blake
On 04/25/2018 07:46 AM, Pavel Dovgalyuk wrote: > This patch adds hmp/qmp command replay_seek which proceeds the execution > to the specified step. > It automatically loads nearest snapshot and replays the execution to find > the desired step. > > Signed-off-by: Pavel Dovgalyuk > --- > +++ b/qapi

[Qemu-devel] [RFC PATCH 10/17] replay: implement replay_seek command to proceed to the desired step

2018-04-25 Thread Pavel Dovgalyuk
This patch adds hmp/qmp command replay_seek which proceeds the execution to the specified step. It automatically loads nearest snapshot and replays the execution to find the desired step. Signed-off-by: Pavel Dovgalyuk --- hmp-commands.hx | 15 hmp.h |