On Wed, Jun 19, 2019 at 10:10 PM Markus Armbruster <[email protected]> wrote: > > Commit 2da91b54fe9 "dump: add Windows dump format to > dump-guest-memory" neglected to update MAINTAINERS. Do it now. > > Cc: Marc-André Lureau <[email protected]> > Signed-off-by: Markus Armbruster <[email protected]>
argh, I guess I will CC relevant people ;) Reviewed-by: Marc-André Lureau <[email protected]> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a3fdda015f..327ad80ae4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1850,9 +1850,10 @@ F: include/sysemu/device_tree.h > Dump > S: Supported > M: Marc-André Lureau <[email protected]> > -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 > -- > 2.21.0 >
