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: Alex Bennée
Subject: Re: [for-5.0 PATCH 05/11] replay: introduce info hmp/qmp command
Date: Thu, 09 Jan 2020 12:23:28 +0000
User-agent: mu4e 1.3.6; emacs 28.0.50

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.

-- 
Alex Bennée



reply via email to

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