From: Eric Blake Date: Fri, 7 Jul 2017 18:21:51 +0000 (-0500) Subject: MAINTAINERS: Promote NBD to supported, with new maintainer X-Git-Tag: v2.10.0-rc0~88^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=99c62e70aaa9a3ad843ab1a58129104f83f366db;p=users%2Fdwmw2%2Fqemu.git MAINTAINERS: Promote NBD to supported, with new maintainer We are promising more than just odd fixes, and Paolo is hoping to offload the pull requests to me. Also, enough of NBD is related to the block layer that it is worth including qemu-block on patches. While at it, include blockdev-nbd.c and qemu-nbd.texi in the set of maintained files. Signed-off-by: Eric Blake Message-Id: <20170707182151.29872-1-eblake@redhat.com> Acked-by: Paolo Bonzini --- diff --git a/MAINTAINERS b/MAINTAINERS index 4e1721625c..9529c9484c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1348,15 +1348,6 @@ W: http://info.iet.unipi.it/~luigi/netmap/ S: Maintained F: net/netmap.c -Network Block Device (NBD) -M: Paolo Bonzini -S: Odd Fixes -F: block/nbd* -F: nbd/ -F: include/block/nbd* -F: qemu-nbd.c -T: git git://github.com/bonzini/qemu.git nbd-next - NUMA M: Eduardo Habkost S: Maintained @@ -1710,6 +1701,18 @@ S: Supported F: block/iscsi.c F: block/iscsi-opts.c +Network Block Device (NBD) +M: Eric Blake +M: Paolo Bonzini +L: qemu-block@nongnu.org +S: Maintained +F: block/nbd* +F: nbd/ +F: include/block/nbd* +F: qemu-nbd.* +F: blockdev-nbd.c +T: git git://repo.or.cz/qemu/ericb.git nbd + NFS M: Jeff Cody M: Peter Lieven