Re: [Qemu-devel] [RFC PATCH v2 48/49] replay: replay_seek_step command

2014-07-18 Thread Eric Blake
On 07/17/2014 05:06 AM, Pavel Dovgalyuk wrote: > This patch adds support for replay_seek_step monitor command. This command > loads one of the snapshots and replays the execution until the specified > step is met. > > Signed-off-by: Pavel Dovgalyuk > --- > hmp-commands.hx | 14 +++

[Qemu-devel] [RFC PATCH v2 48/49] replay: replay_seek_step command

2014-07-17 Thread Pavel Dovgalyuk
This patch adds support for replay_seek_step monitor command. This command loads one of the snapshots and replays the execution until the specified step is met. Signed-off-by: Pavel Dovgalyuk --- hmp-commands.hx | 14 ++ monitor.c| 17 + q