Message ID | 20230322142132.22909-3-aesteve@redhat.com |
---|---|
State | New |
Headers | show |
Series | [01/12] docs: Add a vhost-virtio-video rst file | expand |
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
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!
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