[Qemu-devel] [RFC PATCH 45/47] MAINTAINERS: add missing entries for loader

Philippe Mathieu-Daudé posted 47 patches 8 years, 6 months ago
There is a newer version of this series
[Qemu-devel] [RFC PATCH 45/47] MAINTAINERS: add missing entries for loader
Posted by Philippe Mathieu-Daudé 8 years, 6 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---

RFC because I'm not sure 'loader' is the same goal than 'generic-loader'

 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.francis@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 <thuth@redhat.com>
-- 
2.13.3


Re: [Qemu-devel] [RFC PATCH 45/47] MAINTAINERS: add missing entries for loader
Posted by Alistair Francis 8 years, 6 months ago
On Thu, Jul 27, 2017 at 10:36 PM, Philippe Mathieu-Daudé
<f4bug@amsat.org> wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@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.francis@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 <thuth@redhat.com>
> --
> 2.13.3
>
>