[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst
From: |
Alex Bennée |
Subject: |
[PULL 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst |
Date: |
Wed, 20 Nov 2019 10:57:58 +0000 |
This makes it a bit clearer what this is about.
Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 2ff058bae38..c86a3cdff2f 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -22,4 +22,4 @@ Contents:
decodetree
secure-coding-practices
tcg
- plugins
+ tcg-plugins
diff --git a/docs/devel/plugins.rst b/docs/devel/tcg-plugins.rst
similarity index 100%
rename from docs/devel/plugins.rst
rename to docs/devel/tcg-plugins.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index dfb7932608d..5e5e3e52d61 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2371,6 +2371,7 @@ F: tcg/
TCG Plugins
M: Alex Bennée <address@hidden>
S: Maintained
+F: docs/devel/tcg-plugins.rst
F: plugins/
F: tests/plugin
--
2.20.1
- [PULL for rc3 0/5] a few doc and testing tweaks, Alex Bennée, 2019/11/20
- [PULL 2/5] docs/devel: rename plugins.rst to tcg-plugins.rst,
Alex Bennée <=
- [PULL 5/5] tests/tcg: modify multiarch tests to work with clang, Alex Bennée, 2019/11/20
- [PULL 1/5] tests/vm: make --interactive (and therefore DEBUG=1) unconditional, Alex Bennée, 2019/11/20
- [PULL 3/5] docs/devel: update tcg-plugins.rst with API versioning details, Alex Bennée, 2019/11/20
- [PULL 4/5] .travis.yml: drop 32 bit systems from MAIN_SOFTMMU_TARGETS, Alex Bennée, 2019/11/20
- Re: [PULL for rc3 0/5] a few doc and testing tweaks, Peter Maydell, 2019/11/21