replay: implement replay-seek command
This patch adds hmp/qmp commands replay_seek/replay-seek that proceed
the execution to the specified instruction count.
The command automatically loads nearest snapshot and replays the execution
to find the desired instruction count.
Signed-off-by: Pavel Dovgalyuk <[email protected]>
Acked-by: Markus Armbruster <[email protected]>
--
v4 changes:
- fixed HMP command description indent
- removed useless error_free call
Message-Id: <
160174521180.12451.
14033112911009278753.stgit@pasha-ThinkPad-X280>
Signed-off-by: Paolo Bonzini <[email protected]>