On 06/29/17 15:23, Marc-André Lureau wrote: > Proposing myself, since I have some familiarity with the code now. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 839f7ca063..45a0eb4cb0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1272,6 +1272,13 @@ S: Maintained > F: device_tree.c > F: include/sysemu/device_tree.h > > +Dump > +S: Supported > +M: Marc-André Lureau <marcandre.lur...@redhat.com> > +F: dump.c > +F: include/sysemu/dump.h > +F: include/sysemu/dump-arch.h > + > Error reporting > M: Markus Armbruster <arm...@redhat.com> > S: Supported >
That's very kind of you, thanks! Do you have suggestions for the following files? scripts/dump-guest-memory.py stubs/dump.c target/arm/arch_dump.c target/i386/arch_dump.c target/ppc/arch_dump.c target/s390x/arch_dump.c (If not, I'm OK with that too.) Thanks! Laszlo