diff options
| author | Pavel Dovgalyuk | 2020-10-03 19:13:14 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-10-06 08:34:49 +0200 |
| commit | 43d7e1d782e7bab6548eb7e143a75122c8ba96c3 (patch) | |
| tree | eea281b825accfc9bdcc83ccc0e980275fdce8f2 /include | |
| parent | migration: introduce icount field for snapshots (diff) | |
| download | qemu-43d7e1d782e7bab6548eb7e143a75122c8ba96c3.tar.gz qemu-43d7e1d782e7bab6548eb7e143a75122c8ba96c3.tar.xz qemu-43d7e1d782e7bab6548eb7e143a75122c8ba96c3.zip | |
qapi: introduce replay.json for record/replay-related stuff
This patch adds replay.json file. It will be
used for adding record/replay-related data structures and commands.
Signed-off-by: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <160174519444.12451.3472949430004845434.stgit@pasha-ThinkPad-X280>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysemu/replay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/replay.h b/include/sysemu/replay.h index 7d963139e5..d6026ed8e5 100644 --- a/include/sysemu/replay.h +++ b/include/sysemu/replay.h @@ -14,6 +14,7 @@ #include "qapi/qapi-types-misc.h" #include "qapi/qapi-types-run-state.h" +#include "qapi/qapi-types-replay.h" #include "qapi/qapi-types-ui.h" #include "block/aio.h" |
