diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-09-12 13:29:56 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-09-18 14:34:39 +0200 |
commit | 4f966768acd1d677d24d60a01c160c18a09cce80 (patch) | |
tree | b90059ac3ee6cde2f6ec9a7a93ec136de6db6cb4 /MAINTAINERS | |
parent | 88e2ce291595ed8f12636b40523fdb215a9d3374 (diff) | |
download | qemu-4f966768acd1d677d24d60a01c160c18a09cce80.zip |
MAINTAINERS: Add "Error reporting" entry
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>
Message-Id: <1442057396-21989-1-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2f4e8cf954..71c652be98 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 |