From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com
Subject: [Qemu-devel] [PATCH 1/3] docs: Move files from docs/qmp/ to docs/
Date: Thu, 24 Sep 2015 18:11:55 +0200 [thread overview]
Message-ID: <1443111117-29831-2-git-send-email-armbru@redhat.com> (raw)
In-Reply-To: <1443111117-29831-1-git-send-email-armbru@redhat.com>
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 <armbru@redhat.com>
---
MAINTAINERS | 2 +-
docs/{qmp => }/qmp-events.txt | 0
docs/{qmp/README => qmp-intro.txt} | 0
docs/{qmp => }/qmp-spec.txt | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename docs/{qmp => }/qmp-events.txt (100%)
rename docs/{qmp/README => qmp-intro.txt} (100%)
rename docs/{qmp => }/qmp-spec.txt (100%)
diff --git a/MAINTAINERS b/MAINTAINERS
index 71c652b..385febe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1040,7 +1040,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
--
2.4.3
next prev parent reply other threads:[~2015-09-24 16:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-24 16:11 [Qemu-devel] [PATCH 0/3] MAINTAINERS docs: flatten docs/qmp/, specify include and test files Markus Armbruster
2015-09-24 16:11 ` Markus Armbruster [this message]
2015-09-24 16:11 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Specify QObject " Markus Armbruster
2015-09-24 16:11 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: Specify QAPI " Markus Armbruster
2015-09-24 16:24 ` [Qemu-devel] [PATCH 0/3] MAINTAINERS docs: flatten docs/qmp/, specify " Eric Blake
2015-09-24 17:18 ` Luiz Capitulino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443111117-29831-2-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).