[PATCH] MAINTAINERS: Adding myself as a reviewer of some components

Ani Sinha posted 1 patch 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220131122001.1476101-1-ani@anisinha.ca
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
[PATCH] MAINTAINERS: Adding myself as a reviewer of some components
Posted by Ani Sinha 2 years, 3 months ago
Added myself as a reviewer of vmgenid, unimplemented device and empty slot.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b43344fa98..fed31a5eb5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2182,6 +2182,7 @@ F: tests/qtest/prom-env-test.c
 
 VM Generation ID
 S: Orphan
+R: Ani Sinha <ani@anisinha.ca>
 F: hw/acpi/vmgenid.c
 F: include/hw/acpi/vmgenid.h
 F: docs/specs/vmgenid.txt
@@ -2197,6 +2198,7 @@ F: hw/misc/led.c
 Unimplemented device
 M: Peter Maydell <peter.maydell@linaro.org>
 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+R: Ani Sinha <ani@anisinha.ca>
 S: Maintained
 F: include/hw/misc/unimp.h
 F: hw/misc/unimp.c
@@ -2204,6 +2206,7 @@ F: hw/misc/unimp.c
 Empty slot
 M: Artyom Tarasenko <atar4qemu@gmail.com>
 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+R: Ani Sinha <ani@anisinha.ca>
 S: Maintained
 F: include/hw/misc/empty_slot.h
 F: hw/misc/empty_slot.c
-- 
2.25.1


Re: [PATCH] MAINTAINERS: Adding myself as a reviewer of some components
Posted by Philippe Mathieu-Daudé via 2 years, 3 months ago
On 31/1/22 13:20, Ani Sinha wrote:
> Added myself as a reviewer of vmgenid, unimplemented device and empty slot.
> 
> Signed-off-by: Ani Sinha <ani@anisinha.ca>
> ---
>   MAINTAINERS | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b43344fa98..fed31a5eb5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2182,6 +2182,7 @@ F: tests/qtest/prom-env-test.c
>   
>   VM Generation ID
>   S: Orphan
> +R: Ani Sinha <ani@anisinha.ca>
>   F: hw/acpi/vmgenid.c
>   F: include/hw/acpi/vmgenid.h
>   F: docs/specs/vmgenid.txt
> @@ -2197,6 +2198,7 @@ F: hw/misc/led.c
>   Unimplemented device
>   M: Peter Maydell <peter.maydell@linaro.org>
>   R: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +R: Ani Sinha <ani@anisinha.ca>
>   S: Maintained
>   F: include/hw/misc/unimp.h
>   F: hw/misc/unimp.c
> @@ -2204,6 +2206,7 @@ F: hw/misc/unimp.c
>   Empty slot
>   M: Artyom Tarasenko <atar4qemu@gmail.com>
>   R: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +R: Ani Sinha <ani@anisinha.ca>
>   S: Maintained
>   F: include/hw/misc/empty_slot.h
>   F: hw/misc/empty_slot.c

Don't expect much activity in unimp/empty_slot ;)

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

Re: [PATCH] MAINTAINERS: Adding myself as a reviewer of some components
Posted by Peter Maydell 2 years, 2 months ago
On Mon, 31 Jan 2022 at 12:20, Ani Sinha <ani@anisinha.ca> wrote:
>
> Added myself as a reviewer of vmgenid, unimplemented device and empty slot.
>
> Signed-off-by: Ani Sinha <ani@anisinha.ca>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
>


Applied to target-arm.next, thanks.

-- PMM