Pavel Dovgalyuk <[email protected]> writes:

> From: Pavel Dovgalyuk <[email protected]>
>
> 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 <[email protected]>
> Acked-by: Dr. David Alan Gilbert <[email protected]>
> Acked-by: Markus Armbruster <[email protected]>

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.

-- 
Alex Bennée

Reply via email to