]> Git Repo - qemu.git/commit
replay: global variables and function stubs
authorPavel Dovgalyuk <[email protected]>
Thu, 17 Sep 2015 16:23:37 +0000 (19:23 +0300)
committerPaolo Bonzini <[email protected]>
Thu, 5 Nov 2015 11:19:08 +0000 (12:19 +0100)
commitd73abd6dcc105fb5cacc34716046fca63132a264
tree5e758703348653fff4467ee923b44caedec0fd66
parent6c5f30cad290c745f910481d0e890b3f4fad1f00
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Pavel Dovgalyuk <[email protected]>
Message-Id: <20150917162337[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Makefile.objs
docs/replay.txt [new file with mode: 0644]
include/sysemu/replay.h [new file with mode: 0644]
qapi-schema.json
replay/Makefile.objs [new file with mode: 0644]
replay/replay.c [new file with mode: 0644]
stubs/Makefile.objs
stubs/replay-user.c [new file with mode: 0644]
stubs/replay.c [new file with mode: 0644]
This page took 0.027241 seconds and 4 git commands to generate.