diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-11-12 16:28:53 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-11-20 10:53:31 +0000 |
commit | 8ea6abf0d06c8a86af93bfc8135301aae1480b1f (patch) | |
tree | de24bab08b47ec4b38ba38228922b83368348e0a | |
parent | bcc388df07b8ac69660c2ad0200d4f242513e642 (diff) | |
download | qemu-8ea6abf0d06c8a86af93bfc8135301aae1480b1f.zip |
docs/devel: rename plugins.rst to tcg-plugins.rst
This makes it a bit clearer what this is about.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | docs/devel/index.rst | 2 | ||||
-rw-r--r-- | docs/devel/tcg-plugins.rst (renamed from docs/devel/plugins.rst) | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dfb7932608..5e5e3e52d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2371,6 +2371,7 @@ F: tcg/ TCG Plugins M: Alex Bennée <alex.bennee@linaro.org> S: Maintained +F: docs/devel/tcg-plugins.rst F: plugins/ F: tests/plugin diff --git a/docs/devel/index.rst b/docs/devel/index.rst index 2ff058bae3..c86a3cdff2 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 index b18fb6729e..b18fb6729e 100644 --- a/docs/devel/plugins.rst +++ b/docs/devel/tcg-plugins.rst |