diff mbox

MAINTAINERS: Add "Error reporting" entry

Message ID 1442057396-21989-1-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster Sept. 12, 2015, 11:29 a.m. UTC
Error reporting work has been flowing through my tree for a while.
Time for MAINTAINERS to catch up.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Eric Blake Sept. 12, 2015, 12:17 p.m. UTC | #1
On 09/12/2015 05:29 AM, Markus Armbruster wrote:
> Error reporting work has been flowing through my tree for a while.
> Time for MAINTAINERS to catch up.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)

Reviewed-by: Eric Blake <eblake@redhat.com>
Peter Crosthwaite Sept. 12, 2015, 5:43 p.m. UTC | #2
On Sat, Sep 12, 2015 at 4:29 AM, Markus Armbruster <armbru@redhat.com> wrote:
> Error reporting work has been flowing through my tree for a while.
> Time for MAINTAINERS to catch up.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>

> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 688979b..54971a7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -903,6 +903,14 @@ M: Alexander Graf <agraf@suse.de>
>  S: Maintained
>  F: device_tree.[ch]
>
> +Error reporting
> +M: Markus Armbruster <armbru@redhat.com>
> +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
>
>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 688979b..54971a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -903,6 +903,14 @@  M: Alexander Graf <agraf@suse.de>
 S: Maintained
 F: device_tree.[ch]
 
+Error reporting
+M: Markus Armbruster <armbru@redhat.com>
+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