From d73abd6dcc105fb5cacc34716046fca63132a264 Mon Sep 17 00:00:00 2001 From: Pavel Dovgalyuk Date: Thu, 17 Sep 2015 19:23:37 +0300 Subject: replay: global variables and function stubs This patch adds global variables, defines, function declarations, and function stubs for deterministic VM replay used by external modules. Reviewed-by: Paolo Bonzini Reviewed-by: Eric Blake Signed-off-by: Pavel Dovgalyuk Message-Id: <20150917162337.8676.41538.stgit@PASHA-ISP.def.inno> Signed-off-by: Paolo Bonzini --- stubs/replay-user.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stubs/replay-user.c (limited to 'stubs/replay-user.c') diff --git a/stubs/replay-user.c b/stubs/replay-user.c new file mode 100644 index 0000000000..0c90bfc0e4 --- /dev/null +++ b/stubs/replay-user.c @@ -0,0 +1,12 @@ +/* + * replay.c + * + * Copyright (c) 2010-2015 Institute for System Programming + * of the Russian Academy of Sciences. + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + * + */ + +#include "sysemu/replay.h" -- cgit v1.2.3