From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcvcz-0000lm-Om for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:23:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcvcv-0001yK-CR for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:23:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcvcv-0001xp-7z for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:22:57 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D4C942F90DD for ; Fri, 18 Sep 2015 13:22:56 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8IDMtBM023568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 18 Sep 2015 09:22:56 -0400 From: Markus Armbruster Date: Fri, 18 Sep 2015 15:22:50 +0200 Message-Id: <1442582574-14275-5-git-send-email-armbru@redhat.com> In-Reply-To: <1442582574-14275-1-git-send-email-armbru@redhat.com> References: <1442582574-14275-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 4/8] MAINTAINERS: Add "Error reporting" entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Error reporting work has been flowing through my tree for a while. Time for MAINTAINERS to catch up. Signed-off-by: Markus Armbruster Message-Id: <1442057396-21989-1-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Peter Crosthwaite --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2f4e8cf..71c652b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -903,6 +903,14 @@ M: Alexander Graf S: Maintained F: device_tree.[ch] +Error reporting +M: Markus Armbruster +S: Supported +F: include/qapi/error.h +F: include/qemu/error-report.h +F: util/error.c +F: util/qemu-error.c + GDB stub L: qemu-devel@nongnu.org S: Odd Fixes -- 2.4.3