From 7615936ebf4e60c4565268a30df2356c841526f8 Mon Sep 17 00:00:00 2001 From: Pavel Dovgalyuk Date: Thu, 17 Sep 2015 19:25:07 +0300 Subject: replay: initialization and deinitialization This patch introduces the functions for enabling the record/replay and for freeing the resources when simulator closes. Reviewed-by: Paolo Bonzini Signed-off-by: Pavel Dovgalyuk Message-Id: <20150917162507.8676.90232.stgit@PASHA-ISP.def.inno> Signed-off-by: Paolo Bonzini Signed-off-by: Pavel Dovgalyuk --- stubs/replay.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'stubs/replay.c') diff --git a/stubs/replay.c b/stubs/replay.c index 3354fcf9bb..8f98790257 100644 --- a/stubs/replay.c +++ b/stubs/replay.c @@ -20,3 +20,12 @@ bool replay_checkpoint(ReplayCheckpoint checkpoint) { return true; } + +bool replay_events_enabled(void) +{ + return false; +} + +void replay_finish(void) +{ +} -- cgit v1.2.1