[PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-flat

Gustavo Romero posted 1 patch 2 months, 4 weeks ago
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-flat
Posted by Gustavo Romero 2 months, 4 weeks ago
Add me as the maintainer for the ivshmem-flat device.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2101b51217..461f98525b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2785,6 +2785,13 @@ F: hw/hyperv/hv-balloon*.h
 F: include/hw/hyperv/dynmem-proto.h
 F: include/hw/hyperv/hv-balloon.h
 
+ivshmem-flat
+M: Gustavo Romero <gustavo.romero@linaro.org>
+S: Maintained
+F: hw/misc/ivshmem-flat.c
+F: include/hw/misc/ivshmem-flat.h
+F: docs/system/devices/ivshmem-flat.rst
+
 Subsystems
 ----------
 Overall Audio backends
-- 
2.34.1
Re: [PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-flat
Posted by Markus Armbruster 2 months, 2 weeks ago
Gustavo Romero <gustavo.romero@linaro.org> writes:

> Add me as the maintainer for the ivshmem-flat device.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2101b51217..461f98525b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2785,6 +2785,13 @@ F: hw/hyperv/hv-balloon*.h
>  F: include/hw/hyperv/dynmem-proto.h
>  F: include/hw/hyperv/hv-balloon.h
>  
> +ivshmem-flat
> +M: Gustavo Romero <gustavo.romero@linaro.org>
> +S: Maintained
> +F: hw/misc/ivshmem-flat.c
> +F: include/hw/misc/ivshmem-flat.h
> +F: docs/system/devices/ivshmem-flat.rst
> +
>  Subsystems
>  ----------
>  Overall Audio backends

I missed this, and it's been merged already, but I'll ask anyway: would
you be willing to maintain all of ivshmem-pci.c, too?
Re: [PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-flat
Posted by Philippe Mathieu-Daudé 2 months, 3 weeks ago
On 7/1/25 02:56, Gustavo Romero wrote:
> Add me as the maintainer for the ivshmem-flat device.
> 
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
>   MAINTAINERS | 7 +++++++
>   1 file changed, 7 insertions(+)

Patch queued, thanks.
Re: [PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-flat
Posted by Philippe Mathieu-Daudé 2 months, 4 weeks ago
On 7/1/25 02:56, Gustavo Romero wrote:
> Add me as the maintainer for the ivshmem-flat device.
> 
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
>   MAINTAINERS | 7 +++++++
>   1 file changed, 7 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>