From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlhhQ-00068K-3j for qemu-devel@nongnu.org; Mon, 12 Oct 2015 14:19:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlhhM-0002Qh-MI for qemu-devel@nongnu.org; Mon, 12 Oct 2015 14:19:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlhhM-0002QM-H5 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 14:19:48 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id CE5B61EB2F for ; Mon, 12 Oct 2015 18:19:47 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-24.ams2.redhat.com [10.36.116.24]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9CIJk00020117 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 12 Oct 2015 14:19:47 -0400 From: Markus Armbruster Date: Mon, 12 Oct 2015 20:19:27 +0200 Message-Id: <1444673985-24978-3-git-send-email-armbru@redhat.com> In-Reply-To: <1444673985-24978-1-git-send-email-armbru@redhat.com> References: <1444673985-24978-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL v2 02/20] MAINTAINERS: Specify QObject include and test files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Markus Armbruster Message-Id: <1443111117-29831-3-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Luiz Capitulino --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 79ffe88..f9a46ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1071,6 +1071,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