From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7H6-0006HB-Lc for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:58:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo7Gx-00013v-8e for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:58:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo7Gx-00013b-0c for qemu-devel@nongnu.org; Tue, 11 Nov 2014 03:57:59 -0500 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 (8.14.4/8.14.4) with ESMTP id sAB8vvYo019506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 11 Nov 2014 03:57:57 -0500 Received: from blackfin.pond.sub.org (ovpn-116-50.ams2.redhat.com [10.36.116.50]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAB8vuBQ013972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 11 Nov 2014 03:57:57 -0500 From: Markus Armbruster Date: Tue, 11 Nov 2014 09:57:54 +0100 Message-Id: <1415696275-4325-3-git-send-email-armbru@redhat.com> In-Reply-To: <1415696275-4325-1-git-send-email-armbru@redhat.com> References: <1415696275-4325-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 2/3] MAINTAINERS: add section for QEMU Guest Agent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Michael Roth Signed-off-by: Michael Roth Reviewed-by: Stefan Hajnoczi Signed-off-by: Markus Armbruster --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2287b18..1faf45f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -880,6 +880,12 @@ S: Maintained F: qobject/ T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp =20 +QEMU Guest Agent +M: Michael Roth +S: Maintained +F: qga/ +T: git git://github.com/mdroth/qemu.git qga + QOM M: Anthony Liguori M: Andreas F=C3=A4rber --=20 1.9.3