On 9/10/20 4:44 PM, Stefan Hajnoczi wrote: > The MAINTAINERS file was not updated when the storage daemon was merged. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7d0a5e91e4..eb80b6c548 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2099,6 +2099,15 @@ F: qobject/block-qdict.c > F: tests/check-block-qdict.c > T: git https://repo.or.cz/qemu/kevin.git block > > +Storage daemon > +M: Kevin Wolf <kw...@redhat.com> > +L: qemu-bl...@nongnu.org > +S: Supported > +F: storage-daemon/ > +F: docs/interop/qemu-storage-daemon-qmp-ref.texi > +F: docs/tools/qemu-storage-daemon.rst > +T: git https://repo.or.cz/qemu/kevin.git block > + > Block I/O path > M: Stefan Hajnoczi <stefa...@redhat.com> > M: Fam Zheng <f...@euphon.net> >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> =)