Re: [Qemu-devel] [PATCH v6 09/25] replay: introduce info hmp/qmp command

2018-09-23 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > Pavel Dovgalyuk writes: > > > 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 execution step (number or record

Re: [Qemu-devel] [PATCH v6 09/25] replay: introduce info hmp/qmp command

2018-09-21 Thread Markus Armbruster
Pavel Dovgalyuk writes: > 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 execution step (number or recorded/replayed instructions). Excuse my ignorant question, please:

[Qemu-devel] [PATCH v6 09/25] replay: introduce info hmp/qmp command

2018-09-12 Thread Pavel Dovgalyuk
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 execution step (number or recorded/replayed instructions). Signed-off-by: Pavel Dovgalyuk Acked-by: Dr. David Alan Gilbert --