On 15.07.2020 14:20, Alex Bennée wrote:
Pavel Dovgalyuk <[email protected]> writes:
From: Pavel Dovgalyuk <[email protected]>
This patch adds replay.json file. It will be
used for adding record/replay-related data structures and commands.
Signed-off-by: Pavel Dovgalyuk <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
---
0 files changed
diff --git a/MAINTAINERS b/MAINTAINERS
index 5dd86c7f94..ca5b1cf7f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2572,6 +2572,7 @@ F: docs/replay.txt
F: stubs/replay.c
F: tests/acceptance/replay_kernel.py
F: tests/acceptance/replay_linux.py
+F: qapi/replay.json
This makes me wonder what is missing as MAINTAINERS doesn't have
replay_linux.py - which is why I was confused.
Right, this is my fault.
I missed, that replay_linux test was not upstreamed.
Pavel Dovgalyuk