e3b09ad2b6
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.Dovgalyuk@ispras.ru> Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Message-Id: <160174520026.12451.13112161947433306561.stgit@pasha-ThinkPad-X280> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 lines
247 B
Meson
14 lines
247 B
Meson
softmmu_ss.add(files(
|
|
'replay.c',
|
|
'replay-internal.c',
|
|
'replay-events.c',
|
|
'replay-time.c',
|
|
'replay-input.c',
|
|
'replay-char.c',
|
|
'replay-snapshot.c',
|
|
'replay-net.c',
|
|
'replay-audio.c',
|
|
'replay-random.c',
|
|
'replay-debugging.c',
|
|
))
|