* [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
@ 2014-01-26 10:40 Michael S. Tsirkin
2014-01-27 9:37 ` Kevin Wolf
0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2014-01-26 10:40 UTC (permalink / raw)
To: qemu-devel
Cc: Kevin Wolf, Peter Maydell, Andreas Färber, Stefan Hajnoczi,
Anthony Liguori
This will help make sure I get Cc'd on patches.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fb53242..adc5973 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -610,6 +610,7 @@ F: hw/*/*vhost*
virtio
M: Anthony Liguori <aliguori@amazon.com>
+M: Michael S. Tsirkin <mst@redhat.com>
S: Supported
F: hw/*/virtio*
--
MST
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
2014-01-26 10:40 [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer Michael S. Tsirkin
@ 2014-01-27 9:37 ` Kevin Wolf
2014-01-27 10:51 ` Stefan Hajnoczi
2014-01-27 10:53 ` Michael S. Tsirkin
0 siblings, 2 replies; 6+ messages in thread
From: Kevin Wolf @ 2014-01-27 9:37 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: Peter Maydell, Andreas Färber, Stefan Hajnoczi, qemu-devel,
Anthony Liguori
Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben:
> This will help make sure I get Cc'd on patches.
You wish...
This won't change the actual responsibility, i.e. patches to virtio-blk
are still meant to be merged through the block tree, right? It's just so
you get a chance to comment?
Kevin
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fb53242..adc5973 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -610,6 +610,7 @@ F: hw/*/*vhost*
>
> virtio
> M: Anthony Liguori <aliguori@amazon.com>
> +M: Michael S. Tsirkin <mst@redhat.com>
> S: Supported
> F: hw/*/virtio*
>
> --
> MST
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
2014-01-27 9:37 ` Kevin Wolf
@ 2014-01-27 10:51 ` Stefan Hajnoczi
2014-01-27 13:26 ` Michael S. Tsirkin
2014-01-27 10:53 ` Michael S. Tsirkin
1 sibling, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2014-01-27 10:51 UTC (permalink / raw)
To: Kevin Wolf
Cc: Peter Maydell, Andreas Färber, qemu-devel, Anthony Liguori,
Michael S. Tsirkin
On Mon, Jan 27, 2014 at 10:37:16AM +0100, Kevin Wolf wrote:
> Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben:
> > This will help make sure I get Cc'd on patches.
>
> You wish...
>
> This won't change the actual responsibility, i.e. patches to virtio-blk
> are still meant to be merged through the block tree, right? It's just so
> you get a chance to comment?
The proper way to document that is for us to split out virtio-blk.c and
add the block tree git repo URL. Let's avoid informal agreements so
that maintainership is clear to everyone from just the ./MAINTAINERS file.
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
2014-01-27 9:37 ` Kevin Wolf
2014-01-27 10:51 ` Stefan Hajnoczi
@ 2014-01-27 10:53 ` Michael S. Tsirkin
2014-01-27 15:47 ` Kevin Wolf
1 sibling, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2014-01-27 10:53 UTC (permalink / raw)
To: Kevin Wolf
Cc: Peter Maydell, Andreas Färber, Stefan Hajnoczi, qemu-devel,
Anthony Liguori
On Mon, Jan 27, 2014 at 10:37:16AM +0100, Kevin Wolf wrote:
> Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben:
> > This will help make sure I get Cc'd on patches.
>
> You wish...
>
> This won't change the actual responsibility, i.e. patches to virtio-blk
> are still meant to be merged through the block tree, right? It's just so
> you get a chance to comment?
>
> Kevin
Right - not different from Anthony really.
Well for things completely unrelated to block, like virtio 1.0 support
it might make sense to merged them through my tree.
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index fb53242..adc5973 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -610,6 +610,7 @@ F: hw/*/*vhost*
> >
> > virtio
> > M: Anthony Liguori <aliguori@amazon.com>
> > +M: Michael S. Tsirkin <mst@redhat.com>
> > S: Supported
> > F: hw/*/virtio*
> >
> > --
> > MST
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
2014-01-27 10:51 ` Stefan Hajnoczi
@ 2014-01-27 13:26 ` Michael S. Tsirkin
0 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2014-01-27 13:26 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: Kevin Wolf, Peter Maydell, Andreas Färber, qemu-devel,
Anthony Liguori
On Mon, Jan 27, 2014 at 11:51:05AM +0100, Stefan Hajnoczi wrote:
> On Mon, Jan 27, 2014 at 10:37:16AM +0100, Kevin Wolf wrote:
> > Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben:
> > > This will help make sure I get Cc'd on patches.
> >
> > You wish...
> >
> > This won't change the actual responsibility, i.e. patches to virtio-blk
> > are still meant to be merged through the block tree, right? It's just so
> > you get a chance to comment?
>
> The proper way to document that is for us to split out virtio-blk.c and
> add the block tree git repo URL. Let's avoid informal agreements so
> that maintainership is clear to everyone from just the ./MAINTAINERS file.
>
> Stefan
MAINTAINERS is really about getting all the right people Cc'd.
Who merges what can't be formalized using regular expressions:
it depends on more than which files are changed.
--
MST
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer
2014-01-27 10:53 ` Michael S. Tsirkin
@ 2014-01-27 15:47 ` Kevin Wolf
0 siblings, 0 replies; 6+ messages in thread
From: Kevin Wolf @ 2014-01-27 15:47 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: Peter Maydell, Andreas Färber, Stefan Hajnoczi, qemu-devel,
Anthony Liguori
Am 27.01.2014 um 11:53 hat Michael S. Tsirkin geschrieben:
> On Mon, Jan 27, 2014 at 10:37:16AM +0100, Kevin Wolf wrote:
> > Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben:
> > > This will help make sure I get Cc'd on patches.
> >
> > You wish...
> >
> > This won't change the actual responsibility, i.e. patches to virtio-blk
> > are still meant to be merged through the block tree, right? It's just so
> > you get a chance to comment?
> >
> > Kevin
>
> Right - not different from Anthony really.
> Well for things completely unrelated to block, like virtio 1.0 support
> it might make sense to merged them through my tree.
Yes, I agree. In that case:
Acked-by: Kevin Wolf <kwolf@redhat.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-27 16:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 10:40 [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer Michael S. Tsirkin
2014-01-27 9:37 ` Kevin Wolf
2014-01-27 10:51 ` Stefan Hajnoczi
2014-01-27 13:26 ` Michael S. Tsirkin
2014-01-27 10:53 ` Michael S. Tsirkin
2014-01-27 15:47 ` Kevin Wolf
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.