summaryrefslogtreecommitdiffstats
path: root/stubs/replay-user.c
diff options
context:
space:
mode:
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>2015-09-17 19:23:37 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2015-11-05 12:19:08 +0100
commitd73abd6dcc105fb5cacc34716046fca63132a264 (patch)
tree5e758703348653fff4467ee923b44caedec0fd66 /stubs/replay-user.c
parent6c5f30cad290c745f910481d0e890b3f4fad1f00 (diff)
downloadhqemu-d73abd6dcc105fb5cacc34716046fca63132a264.zip
hqemu-d73abd6dcc105fb5cacc34716046fca63132a264.tar.gz
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 <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> Message-Id: <20150917162337.8676.41538.stgit@PASHA-ISP.def.inno> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/replay-user.c')
-rw-r--r--stubs/replay-user.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/stubs/replay-user.c b/stubs/replay-user.c
new file mode 100644
index 0000000..0c90bfc
--- /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"
OpenPOWER on IntegriCloud