From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf97p-0001Z7-WB for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf97o-00009w-UF for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:12:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf97o-00009i-Nx for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:12:00 -0400 From: Markus Armbruster Date: Thu, 24 Sep 2015 18:11:56 +0200 Message-Id: <1443111117-29831-3-git-send-email-armbru@redhat.com> In-Reply-To: <1443111117-29831-1-git-send-email-armbru@redhat.com> References: <1443111117-29831-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 2/3] MAINTAINERS: Specify QObject include and test files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com Signed-off-by: Markus Armbruster --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 385febe..68db1b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1016,6 +1016,14 @@ QObject M: Luiz Capitulino S: Maintained F: qobject/ +F: include/qapi/qmp/ +X: include/qapi/qmp/dispatch.h +F: tests/check-qdict.c +F: tests/check-qfloat.c +F: tests/check-qint.c +F: tests/check-qjson.c +F: tests/check-qlist.c +F: tests/check-qstring.c T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp QEMU Guest Agent -- 2.4.3