qemu-devel
[Top][All Lists]
Advanced

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

RE: [for-5.0 PATCH 05/11] replay: introduce info hmp/qmp command


From: Pavel Dovgalyuk
Subject: RE: [for-5.0 PATCH 05/11] replay: introduce info hmp/qmp command
Date: Thu, 9 Jan 2020 15:27:17 +0300

> From: Alex Bennée [mailto:address@hidden]
> Pavel Dovgalyuk <address@hidden> writes:
> 
> > From: Pavel Dovgalyuk <address@hidden>
> >
> > This patch introduces 'info replay' monitor command and
> > corresponding qmp request.
> > These commands request the current record/replay mode, replay log file
> > name, and the instruction count (number of recorded/replayed
> > instructions).  The instruction count can be used with the
> > replay_seek/replay_break commands added in the next two patches.
> >
> > Signed-off-by: Pavel Dovgalyuk <address@hidden>
> > Acked-by: Dr. David Alan Gilbert <address@hidden>
> > Acked-by: Markus Armbruster <address@hidden>
> 
> diff --git a/replay/Makefile.objs b/replay/Makefile.objs
> index 939be964a9..f847c5c023 100644
> --- a/replay/Makefile.objs
> +++ b/replay/Makefile.objs
> @@ -8,3 +8,4 @@ common-obj-y += replay-snapshot.o
>  common-obj-y += replay-net.o
>  common-obj-y += replay-audio.o
>  common-obj-y += replay-random.o
> +common-obj-y += replay-debugging.o
> 
> this has a minor merge conflict. I seem to be missing replay-random.

Sorry, forgot about this. random-related patch was pulled yesterday.
It is not meaningful for trying reverse debugging.

All patches are committed into this branch, if you want to try: 
https://github.com/ispras/qemu/tree/rr-191223

Pavel Dovgalyuk




reply via email to

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