> From: Alex Bennée [mailto:alex.ben...@linaro.org] > Pavel Dovgalyuk <pavel.dovga...@gmail.com> writes: > > > From: Pavel Dovgalyuk <pavel.dovga...@ispras.ru> > > > > 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 <pavel.dovga...@ispras.ru> > > Acked-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > > Acked-by: Markus Armbruster <arm...@redhat.com> > > 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