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 --- replay/Makefile.objs | 1 + 1 file changed, 1 insertion(+) create mode 100644 replay/Makefile.objs (limited to 'replay/Makefile.objs') diff --git a/replay/Makefile.objs b/replay/Makefile.objs new file mode 100644 index 0000000000..d3f22c8cec --- /dev/null +++ b/replay/Makefile.objs @@ -0,0 +1 @@ +common-obj-y += replay.o -- cgit v1.2.1