qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH v2 48/49] replay: replay_seek_step command
Date: Fri, 18 Jul 2014 09:59:58 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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 <address@hidden>
> ---
>  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

[Prev in Thread] Current Thread [Next in Thread]