Gustavo Romero <[email protected]> writes:
> Add me as the maintainer for the ivshmem-pci device.
>
> Signed-off-by: Gustavo Romero <[email protected]>
> ---
> 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 <[email protected]>
> 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/