On Thu, Jul 27, 2017 at 10:36 PM, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > > RFC because I'm not sure 'loader' is the same goal than 'generic-loader'
loader.c is not the same, it is the core loading framework for QEMU while generic-loader is just something that uses it. This greatly increases the amount on maintainership here. In saying that if no one else wants it I can maintain it. Thanks, Alistair > > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index dc1a69051c..224890643d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1196,6 +1196,8 @@ M: Alistair Francis <alistair.fran...@xilinx.com> > S: Maintained > F: hw/core/generic-loader.c > F: include/hw/core/generic-loader.h > +F: docs/generic-loader.txt > +F: hw/core/loader.c > > CHRP NVRAM > M: Thomas Huth <th...@redhat.com> > -- > 2.13.3 > >