[PATCH] MAINTAINERS: Add myself as hw/core/uboot_image.h maintainer

Alistair Francis via posted 1 patch 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220509091339.26016-1-alistair.francis@wdc.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add myself as hw/core/uboot_image.h maintainer
Posted by Alistair Francis via 1 year, 11 months ago
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 662ec47246..9ba30cec8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2173,6 +2173,7 @@ Generic Loader
 M: Alistair Francis <alistair@alistair23.me>
 S: Maintained
 F: hw/core/generic-loader.c
+F: hw/core/uboot_image.h
 F: include/hw/core/generic-loader.h
 F: docs/system/generic-loader.rst
 
-- 
2.34.3
Re: [PATCH] MAINTAINERS: Add myself as hw/core/uboot_image.h maintainer
Posted by Philippe Mathieu-Daudé via 1 year, 11 months ago
On 9/5/22 11:13, Alistair Francis via wrote:
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 662ec47246..9ba30cec8a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2173,6 +2173,7 @@ Generic Loader
>   M: Alistair Francis <alistair@alistair23.me>
>   S: Maintained
>   F: hw/core/generic-loader.c
> +F: hw/core/uboot_image.h
>   F: include/hw/core/generic-loader.h
>   F: docs/system/generic-loader.rst
>   

Alternative patch subject:

"MAINTAINERS: Cover hw/core/uboot_image.h within Generic Loader section"

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Re: [PATCH] MAINTAINERS: Add myself as hw/core/uboot_image.h maintainer
Posted by Alistair Francis 1 year, 11 months ago
On Tue, May 31, 2022 at 1:38 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> On 9/5/22 11:13, Alistair Francis via wrote:
> > Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> > ---
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 662ec47246..9ba30cec8a 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2173,6 +2173,7 @@ Generic Loader
> >   M: Alistair Francis <alistair@alistair23.me>
> >   S: Maintained
> >   F: hw/core/generic-loader.c
> > +F: hw/core/uboot_image.h
> >   F: include/hw/core/generic-loader.h
> >   F: docs/system/generic-loader.rst
> >
>
> Alternative patch subject:
>
> "MAINTAINERS: Cover hw/core/uboot_image.h within Generic Loader section"

Thanks!

Applied to riscv-to-apply.next with the updated commit message

Alistair

>
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>