summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPavel Dovgalyuk2020-10-03 19:13:14 +0200
committerPaolo Bonzini2020-10-06 08:34:49 +0200
commit43d7e1d782e7bab6548eb7e143a75122c8ba96c3 (patch)
treeeea281b825accfc9bdcc83ccc0e980275fdce8f2 /MAINTAINERS
parentmigration: introduce icount field for snapshots (diff)
downloadqemu-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 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 231f854437..417fca5f57 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2696,6 +2696,7 @@ F: include/sysemu/replay.h
F: docs/replay.txt
F: stubs/replay.c
F: tests/acceptance/replay_kernel.py
+F: qapi/replay.json
IOVA Tree
M: Peter Xu <peterx@redhat.com>