From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Aco-00084I-CA for qemu-devel@nongnu.org; Fri, 18 Jul 2014 12:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8Acj-0003nY-Bf for qemu-devel@nongnu.org; Fri, 18 Jul 2014 12:03:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Acj-0003nR-30 for qemu-devel@nongnu.org; Fri, 18 Jul 2014 12:03:05 -0400 Message-ID: <53C9447E.5010700@redhat.com> Date: Fri, 18 Jul 2014 09:59:58 -0600 From: Eric Blake MIME-Version: 1.0 References: <20140717110153.8352.80175.stgit@PASHA-ISP> <20140717110627.8352.24540.stgit@PASHA-ISP> In-Reply-To: <20140717110627.8352.24540.stgit@PASHA-ISP> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bTBKDGdpR6RuckPIgpA2vnHqsafxCd8NX" Subject: Re: [Qemu-devel] [RFC PATCH v2 48/49] replay: replay_seek_step command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, pbonzini@redhat.com, fred.konrad@greensocs.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bTBKDGdpR6RuckPIgpA2vnHqsafxCd8NX Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/17/2014 05:06 AM, Pavel Dovgalyuk wrote: > This patch adds support for replay_seek_step monitor command. This comm= and > loads one of the snapshots and replays the execution until the specifie= d > step is met. >=20 > Signed-off-by: Pavel Dovgalyuk > --- > 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(-) >=20 > +++ 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=20 > +# > +# Since: 2.2 > +## --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --bTBKDGdpR6RuckPIgpA2vnHqsafxCd8NX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTyUR+AAoJEKeha0olJ0NqZboH/27fjhTMH0T4yAVcKPNe0dce fZjH7ZKG3ktD8RbIIuGih8F134VBUBp0o60ZkM6hLsOAv/sqHNncy2IrsL+Df/Wq LWPEaho++Pj7NDT0ErYCeiUV3PE6Tveyk6Ymo8/ZZ3vZvocLXnKuDaYzHxJwVk0o oQ8B11AYvy8QZe+UqrdKIBH4Z8ohDLF9Gw+b4SsE1YMcSsIsDdhtdggJSF81ZAWN iKAUL9JB4jYVN7Cm2ebS0JY6F3ia3YtNBt5J4XSFRX/jH86t068iPz/c1yoMyczB /8crtpxRjAytRrCIjzfmrr1cPKc/J5KMiEpi/rCZifDXh+p5NjdZ5QVEtSVpGdg= =3BZx -----END PGP SIGNATURE----- --bTBKDGdpR6RuckPIgpA2vnHqsafxCd8NX--