On Mon, Oct 21, 2013 at 2:26 PM, Stefan Hajnoczi <[email protected]> wrote: > There are a number of contributors who maintain block drivers (image > formats and protocols). They should be listed in the MAINTAINERS file > so that get_maintainer.pl lists them. > > Note that commits are still merged through Kevin or Stefan's block tree > but the block driver sub-maintainers are usually the ones to review > patches. > > Acked-by: Kevin Wolf <[email protected]> > Signed-off-by: Stefan Hajnoczi <[email protected]>
Acked-by: Anthony Liguori <[email protected]> Although you certainly don't need it. I assume everything is still going to flow through the block tree or are you guys looking for these folks to submit their own pull requests to me? Regards, Anthony Liguori > --- > MAINTAINERS | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 77edacf..da18a23 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -857,3 +857,41 @@ Stable 0.10 > L: [email protected] > T: git git://git.qemu-project.org/qemu-stable-0.10.git > S: Orphan > + > +Block drivers > +------------- > +VMDK > +M: Fam Zheng <[email protected]> > +S: Supported > +F: block/vmdk.c > + > +RBD > +M: Josh Durgin <[email protected]> > +S: Supported > +F: block/rbd.c > + > +Sheepdog > +M: MORITA Kazutaka <[email protected]> > +S: Supported > +F: block/sheepdog.c > + > +VHDX > +M: Jeff Cody <[email protected]> > +S: Supported > +F: block/vhdx.c > + > +VDI > +M: Stefan Weil <[email protected]> > +S: Maintained > +F: block/vdi.c > + > +iSCSI > +M: Ronnie Sahlberg <[email protected]> > +M: Paolo Bonzini <[email protected]> > +S: Supported > +F: block/iscsi.c > + > +SSH > +M: Richard W.M. Jones <[email protected]> > +S: Supported > +F: block/ssh.c > -- > 1.8.3.1 > >
