All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer
@ 2017-07-07 18:21 Eric Blake
  2017-07-10 10:01 ` Paolo Bonzini
  2017-07-10 10:16 ` Fam Zheng
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Blake @ 2017-07-07 18:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, qemu-block

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.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

If there are no objections, I'll include this patch and Vladimir's
series in my first NBD pull request.

 MAINTAINERS | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e17216..beaba51 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 <pbonzini@redhat.com>
-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 <ehabkost@redhat.com>
 S: Maintained
@@ -1710,6 +1701,17 @@ S: Supported
 F: block/iscsi.c
 F: block/iscsi-opts.c

+Network Block Device (NBD)
+M: Eric Blake <eblake@redhat.com>
+M: Paolo Bonzini <pbonzini@redhat.com>
+L: qemu-block@nongnu.org
+S: Maintained
+F: block/nbd*
+F: nbd/
+F: include/block/nbd*
+F: qemu-nbd.c
+T: git git://repo.or.cz/qemu/ericb.git nbd
+
 NFS
 M: Jeff Cody <jcody@redhat.com>
 M: Peter Lieven <pl@kamp.de>
-- 
2.9.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer
  2017-07-07 18:21 [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer Eric Blake
@ 2017-07-10 10:01 ` Paolo Bonzini
  2017-07-10 10:16 ` Fam Zheng
  1 sibling, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2017-07-10 10:01 UTC (permalink / raw)
  To: Eric Blake, qemu-devel; +Cc: qemu-block



On 07/07/2017 20:21, Eric Blake wrote:
> 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.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> If there are no objections, I'll include this patch and Vladimir's
> series in my first NBD pull request.
> 
>  MAINTAINERS | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e17216..beaba51 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 <pbonzini@redhat.com>
> -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 <ehabkost@redhat.com>
>  S: Maintained
> @@ -1710,6 +1701,17 @@ S: Supported
>  F: block/iscsi.c
>  F: block/iscsi-opts.c
> 
> +Network Block Device (NBD)
> +M: Eric Blake <eblake@redhat.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +L: qemu-block@nongnu.org
> +S: Maintained
> +F: block/nbd*
> +F: nbd/
> +F: include/block/nbd*
> +F: qemu-nbd.c
> +T: git git://repo.or.cz/qemu/ericb.git nbd
> +
>  NFS
>  M: Jeff Cody <jcody@redhat.com>
>  M: Peter Lieven <pl@kamp.de>
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer
  2017-07-07 18:21 [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer Eric Blake
  2017-07-10 10:01 ` Paolo Bonzini
@ 2017-07-10 10:16 ` Fam Zheng
  2017-07-10 11:42   ` Eric Blake
  1 sibling, 1 reply; 5+ messages in thread
From: Fam Zheng @ 2017-07-10 10:16 UTC (permalink / raw)
  To: Eric Blake; +Cc: qemu-devel, pbonzini, qemu-block

On Fri, 07/07 13:21, Eric Blake wrote:
> 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.

Cool!

> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> If there are no objections, I'll include this patch and Vladimir's
> series in my first NBD pull request.
> 
>  MAINTAINERS | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e17216..beaba51 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 <pbonzini@redhat.com>
> -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 <ehabkost@redhat.com>
>  S: Maintained
> @@ -1710,6 +1701,17 @@ S: Supported
>  F: block/iscsi.c
>  F: block/iscsi-opts.c
> 
> +Network Block Device (NBD)
> +M: Eric Blake <eblake@redhat.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +L: qemu-block@nongnu.org
> +S: Maintained
> +F: block/nbd*
> +F: nbd/
> +F: include/block/nbd*
> +F: qemu-nbd.c

While we are at it, add qemu-nbd.texi when you send pull request, if you don't
respin?

> +T: git git://repo.or.cz/qemu/ericb.git nbd

Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?

> +
>  NFS
>  M: Jeff Cody <jcody@redhat.com>
>  M: Peter Lieven <pl@kamp.de>
> -- 
> 2.9.4
> 
> 

Fam

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer
  2017-07-10 10:16 ` Fam Zheng
@ 2017-07-10 11:42   ` Eric Blake
  2017-07-10 11:42     ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Blake @ 2017-07-10 11:42 UTC (permalink / raw)
  To: Fam Zheng; +Cc: qemu-devel, pbonzini, qemu-block

[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]

On 07/10/2017 05:16 AM, Fam Zheng wrote:
> On Fri, 07/07 13:21, Eric Blake wrote:
>> 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.
> 
> Cool!
> 

>> +Network Block Device (NBD)
>> +M: Eric Blake <eblake@redhat.com>
>> +M: Paolo Bonzini <pbonzini@redhat.com>
>> +L: qemu-block@nongnu.org
>> +S: Maintained
>> +F: block/nbd*
>> +F: nbd/
>> +F: include/block/nbd*
>> +F: qemu-nbd.c
> 
> While we are at it, add qemu-nbd.texi when you send pull request, if you don't
> respin?

Will do.

> 
>> +T: git git://repo.or.cz/qemu/ericb.git nbd
> 
> Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?

Hmm, I didn't realize you could list two T: entries, but a quick check
shows that is the case for several co-maintained areas.  Paolo, any
preference?

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer
  2017-07-10 11:42   ` Eric Blake
@ 2017-07-10 11:42     ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2017-07-10 11:42 UTC (permalink / raw)
  To: Eric Blake, Fam Zheng; +Cc: qemu-devel, qemu-block

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

On 10/07/2017 13:42, Eric Blake wrote:
>>> +T: git git://repo.or.cz/qemu/ericb.git nbd
>> Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?
> Hmm, I didn't realize you could list two T: entries, but a quick check
> shows that is the case for several co-maintained areas.  Paolo, any
> preference?

My "T:" has been obsolete since I've started doing the "gather random
patches" work, so it's okay to remove it.

Paolo


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-10 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 18:21 [Qemu-devel] [PATCH] MAINTAINERS: Promote NBD to supported, with new maintainer Eric Blake
2017-07-10 10:01 ` Paolo Bonzini
2017-07-10 10:16 ` Fam Zheng
2017-07-10 11:42   ` Eric Blake
2017-07-10 11:42     ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.