[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-pci
From: |
Markus Armbruster |
Subject: |
Re: [PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-pci |
Date: |
Wed, 22 Jan 2025 09:11:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gustavo Romero <gustavo.romero@linaro.org> writes:
> Add me as the maintainer for the ivshmem-pci device.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
> MAINTAINERS | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 846b81e3ec..c3e69ef3e4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2789,11 +2789,14 @@ F: hw/hyperv/hv-balloon*.h
> F: include/hw/hyperv/dynmem-proto.h
> F: include/hw/hyperv/hv-balloon.h
>
> -ivshmem-flat
> +ivshmem
> M: Gustavo Romero <gustavo.romero@linaro.org>
> S: Maintained
> +F: hw/misc/ivshmem-pci.c
> F: hw/misc/ivshmem-flat.c
> +F: include/hw/misc/ivshmem.h
> F: include/hw/misc/ivshmem-flat.h
> +F: docs/system/devices/ivshmem.rst
> F: docs/system/devices/ivshmem-flat.rst
>
> Subsystems
Please add
docs/specs/ivshmem-spec.rst
tests/qtest/ivshmem-test.c
and ideally also
contrib/ivshmem-client/
contrib/ivshmem-server/