On Thu, Jul 08, 2021 at 04:01:05PM -0600, Mathieu Poirier wrote: > Hi Michael, > > On Wed, 7 Jul 2021 at 09:03, Michael S. Tsirkin <m...@redhat.com> wrote: > > > > From: Mathieu Poirier <mathieu.poir...@linaro.org> > > > > This patch adds entry for the vhost-user-rng related files. > > > > Signed-off-by: Mathieu Poirier <mathieu.poir...@linaro.org> > > Message-Id: <20210614202842.581640-6-mathieu.poir...@linaro.org> > > Reviewed-by: Michael S. Tsirkin <m...@redhat.com> > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > The pull request's changelog [1] mentions the addition of the > vhost-user-rng feature and patch 13/13 [2] of that same pull request > adds an entry in MAINTAINERS. On the flip side the files for the > feature [3] are absent from the pull request. As such I see two > possibilities: > > 1) The files for the vhost-user-rng feature should have been part of > the pull request but fell through the cracks. > 2) The vhost-user-rng feature was added to the pull request by mistake. > > Please let me know. > > Thanks, > Mathieu > > [1]. https://lists.gnu.org/archive/html/qemu-devel/2021-07/msg01530.html > [2]. https://lists.gnu.org/archive/html/qemu-devel/2021-07/msg01543.html > [3]. https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg03560.html
The files fell through the cracks. Will pick for the next pull. Thanks for reporting this! > > --- > > MAINTAINERS | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index cfbf7ef79b..517f22b2e7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1949,6 +1949,15 @@ F: include/sysemu/rng*.h > > F: backends/rng*.c > > F: tests/qtest/virtio-rng-test.c > > > > +vhost-user-rng > > +M: Mathieu Poirier <mathieu.poir...@linaro.org> > > +S: Supported > > +F: docs/tools/vhost-user-rng.rst > > +F: hw/virtio/vhost-user-rng.c > > +F: hw/virtio/vhost-user-rng-pci.c > > +F: include/hw/virtio/vhost-user-rng.h > > +F: tools/vhost-user-rng/* > > + > > virtio-crypto > > M: Gonglei <arei.gong...@huawei.com> > > S: Supported > > -- > > MST > >