From: Markus Armbruster Date: Thu, 24 Sep 2015 16:11:55 +0000 (+0200) Subject: docs: Move files from docs/qmp/ to docs/ X-Git-Tag: v2.5.0-rc0~75^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b89b6a2872f1473ef82acdcb64c901982e0ef88;p=thirdparty%2Fqemu.git docs: Move files from docs/qmp/ to docs/ Giving QMP its own subdirectory in docs/ is hardly worthwhile when we have just four files, and one of them isn't even in the subdirectory. Move the files from docs/qmp/ to docs/, renaming docs/qmp/README to docs/qmp-intro. Update MAINTAINERS. The new pattern also captures the fourth file docs/writing-qmp-commands.txt. Signed-off-by: Markus Armbruster Message-Id: <1443111117-29831-2-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Luiz Capitulino --- diff --git a/MAINTAINERS b/MAINTAINERS index 9bde8328e03..79ffe883a17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1095,7 +1095,7 @@ S: Supported F: qmp.c F: monitor.c F: qmp-commands.hx -F: docs/qmp/ +F: docs/*qmp-* F: scripts/qmp/ T: git git://repo.or.cz/qemu/armbru.git qapi-next diff --git a/docs/qmp/qmp-events.txt b/docs/qmp-events.txt similarity index 100% rename from docs/qmp/qmp-events.txt rename to docs/qmp-events.txt diff --git a/docs/qmp/README b/docs/qmp-intro.txt similarity index 100% rename from docs/qmp/README rename to docs/qmp-intro.txt diff --git a/docs/qmp/qmp-spec.txt b/docs/qmp-spec.txt similarity index 100% rename from docs/qmp/qmp-spec.txt rename to docs/qmp-spec.txt