From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkZNM-0001Y5-Of for qemu-devel@nongnu.org; Fri, 09 Oct 2015 11:14:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkZNI-0006vO-NE for qemu-devel@nongnu.org; Fri, 09 Oct 2015 11:14:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkZNI-0006vD-Hy for qemu-devel@nongnu.org; Fri, 09 Oct 2015 11:14:24 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 0050AC0C3864 for ; Fri, 9 Oct 2015 15:14:23 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t99FEMq8002298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 9 Oct 2015 11:14:23 -0400 From: Markus Armbruster Date: Fri, 9 Oct 2015 17:14:02 +0200 Message-Id: <1444403661-29161-2-git-send-email-armbru@redhat.com> In-Reply-To: <1444403661-29161-1-git-send-email-armbru@redhat.com> References: <1444403661-29161-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 01/20] docs: Move files from docs/qmp/ to docs/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 --- 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 9bde832..79ffe88 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 -- 2.4.3