[PATCH 02/12] MAINTAINERS: Add virtio-video section

Albert Esteve posted 12 patches 2 years, 10 months ago
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Albert Esteve <aesteve@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
[PATCH 02/12] MAINTAINERS: Add virtio-video section
Posted by Albert Esteve 2 years, 10 months ago
From: Peter Griffin <peter.griffin@linaro.org>

Add myself as maintainer of the virtio-video files added
in this series.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Albert Esteve <aesteve@redhat.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b56ccdd92..c6cc04c4f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2176,6 +2176,14 @@ F: hw/virtio/vhost-user-gpio*
 F: include/hw/virtio/vhost-user-gpio.h
 F: tests/qtest/libqos/virtio-gpio.*
 
+virtio-video
+M: Albert Esteve <aesteve@redhat.com>
+S: Supported
+F: hw/display/vhost-user-video.c
+F: hw/display/vhost-user-video-pci.c
+F: include/hw/virtio/vhost-user-video.h
+F: tools/vhost-user-video/*
+
 virtio-crypto
 M: Gonglei <arei.gonglei@huawei.com>
 S: Supported
-- 
2.39.2
Re: [PATCH 02/12] MAINTAINERS: Add virtio-video section
Posted by Thomas Huth 2 years, 10 months ago
On 22/03/2023 15.21, Albert Esteve wrote:
> From: Peter Griffin <peter.griffin@linaro.org>
> 
> Add myself as maintainer of the virtio-video files added
> in this series.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> Signed-off-by: Albert Esteve <aesteve@redhat.com>
> ---
>   MAINTAINERS | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9b56ccdd92..c6cc04c4f7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2176,6 +2176,14 @@ F: hw/virtio/vhost-user-gpio*
>   F: include/hw/virtio/vhost-user-gpio.h
>   F: tests/qtest/libqos/virtio-gpio.*
>   
> +virtio-video
> +M: Albert Esteve <aesteve@redhat.com>
> +S: Supported
> +F: hw/display/vhost-user-video.c
> +F: hw/display/vhost-user-video-pci.c
> +F: include/hw/virtio/vhost-user-video.h
> +F: tools/vhost-user-video/*

Please add tests/qtest/libqos/virtio-video.* here, too.

  Thomas
Re: [PATCH 02/12] MAINTAINERS: Add virtio-video section
Posted by Albert Esteve 2 years, 10 months ago
On Wed, Mar 22, 2023 at 3:46 PM Thomas Huth <thuth@redhat.com> wrote:

> On 22/03/2023 15.21, Albert Esteve wrote:
> > From: Peter Griffin <peter.griffin@linaro.org>
> >
> > Add myself as maintainer of the virtio-video files added
> > in this series.
> >
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > Signed-off-by: Albert Esteve <aesteve@redhat.com>
> > ---
> >   MAINTAINERS | 8 ++++++++
> >   1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9b56ccdd92..c6cc04c4f7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2176,6 +2176,14 @@ F: hw/virtio/vhost-user-gpio*
> >   F: include/hw/virtio/vhost-user-gpio.h
> >   F: tests/qtest/libqos/virtio-gpio.*
> >
> > +virtio-video
> > +M: Albert Esteve <aesteve@redhat.com>
> > +S: Supported
> > +F: hw/display/vhost-user-video.c
> > +F: hw/display/vhost-user-video-pci.c
> > +F: include/hw/virtio/vhost-user-video.h
> > +F: tools/vhost-user-video/*
>
> Please add tests/qtest/libqos/virtio-video.* here, too.
>
>   Thomas
>
>
>
Right. Will do for the next version, thanks!