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 <pavel.dovga...@ispras.ru>
> ---
>  hmp-commands.hx          |   14 ++++++++++++++
>  monitor.c                |   17 +++++++++++++++++
>  qapi-schema.json         |   11 +++++++++++
>  qmp-commands.hx          |   23 +++++++++++++++++++++++
>  replay/replay-internal.h |    3 +++
>  replay/replay-qmp.c      |   15 +++++++++++++++
>  replay/replay.c          |   43 +++++++++++++++++++++++++++++++++++++++++++
>  replay/replay.h          |    4 ++++
>  8 files changed, 130 insertions(+), 0 deletions(-)
> 

> +++ b/qapi-schema.json
> @@ -3529,3 +3529,14 @@
>  # Since:  2.2
>  ##
>  { 'command': 'replay_break', 'data': { 'step': 'uint64' } }
> +
> +##
> +# @replay_seek

replay-seek

> +#
> +# Seeks the replay log to the specified step
> +#
> +# @step: destination replay step 
> +#
> +# Since:  2.2
> +##

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to