diff options
author | Markus Armbruster | 2019-06-19 22:10:49 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-07-02 13:37:00 +0200 |
commit | 6d3da32c8b64223670a1f756596158901645baa4 (patch) | |
tree | c885c57825205e1ff1f09baec90a117c89c558aa /MAINTAINERS | |
parent | dump: Move the code to dump/ (diff) | |
download | qemu-6d3da32c8b64223670a1f756596158901645baa4.tar.gz qemu-6d3da32c8b64223670a1f756596158901645baa4.tar.xz qemu-6d3da32c8b64223670a1f756596158901645baa4.zip |
MAINTAINERS: Add Windows dump to section "Dump"
Commit 2da91b54fe9 "dump: add Windows dump format to
dump-guest-memory" neglected to update MAINTAINERS. Do it now.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-17-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 46a1134202..29c116e76a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1850,9 +1850,10 @@ F: include/sysemu/device_tree.h Dump S: Supported M: Marc-André Lureau <marcandre.lureau@redhat.com> -F: dump/dump.c +F: dump/ F: hw/misc/vmcoreinfo.c F: include/hw/misc/vmcoreinfo.h +F: include/qemu/win_dump_defs F: include/sysemu/dump-arch.h F: include/sysemu/dump.h F: qapi/dump.json |