All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
@ 2012-12-19 15:46 Gleb Natapov
  2012-12-19 16:00 ` Andreas Färber
  2012-12-23 21:31 ` Anthony Liguori
  0 siblings, 2 replies; 8+ messages in thread
From: Gleb Natapov @ 2012-12-19 15:46 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Marcelo Tosatti, qemu-devel, Andreas Färber, Avi Kivity


Replace Avi with myself as kvm maintainer.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 2ede20d..0e574f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -132,7 +132,7 @@ Guest CPU Cores (KVM):
 ----------------------
 
 Overall
-M: Avi Kivity <avi@redhat.com>
+M: Gleb Natapov <gleb@redhat.com>
 M: Marcelo Tosatti <mtosatti@redhat.com>
 L: kvm@vger.kernel.org
 S: Supported
@@ -150,7 +150,7 @@ S: Maintained
 F: target-s390x/kvm.c
 
 X86
-M: Avi Kivity <avi@redhat.com>
+M: Gleb Natapov <gleb@redhat.com>
 M: Marcelo Tosatti <mtosatti@redhat.com>
 L: kvm@vger.kernel.org
 S: Supported
--
			Gleb.

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 15:46 [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance Gleb Natapov
@ 2012-12-19 16:00 ` Andreas Färber
  2012-12-19 16:23   ` Paolo Bonzini
  2012-12-19 16:33   ` Marcelo Tosatti
  2012-12-23 21:31 ` Anthony Liguori
  1 sibling, 2 replies; 8+ messages in thread
From: Andreas Färber @ 2012-12-19 16:00 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Marcelo Tosatti, qemu-devel, Anthony Liguori, Avi Kivity

Am 19.12.2012 16:46, schrieb Gleb Natapov:
> 
> Replace Avi with myself as kvm maintainer.
> 
> Signed-off-by: Gleb Natapov <gleb@redhat.com>

That solves my mail bounce issue, too.

If you put yourself as main KVM maintainer in Avi's place, note that I
received zero feedback from Marcelo on my CPU series, which I therefore
just included in my pull request:
http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02963.html

You may have also missed this follow-up that just went out:
http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg03000.html

They are mostly mechanical code movements that have been tested on
x86_64, ppc and s390x KVM hosts, including the stubs.

Andreas

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ede20d..0e574f9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -132,7 +132,7 @@ Guest CPU Cores (KVM):
>  ----------------------
>  
>  Overall
> -M: Avi Kivity <avi@redhat.com>
> +M: Gleb Natapov <gleb@redhat.com>
>  M: Marcelo Tosatti <mtosatti@redhat.com>
>  L: kvm@vger.kernel.org
>  S: Supported
> @@ -150,7 +150,7 @@ S: Maintained
>  F: target-s390x/kvm.c
>  
>  X86
> -M: Avi Kivity <avi@redhat.com>
> +M: Gleb Natapov <gleb@redhat.com>
>  M: Marcelo Tosatti <mtosatti@redhat.com>
>  L: kvm@vger.kernel.org
>  S: Supported
> --
> 			Gleb.

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 16:00 ` Andreas Färber
@ 2012-12-19 16:23   ` Paolo Bonzini
  2012-12-19 16:33   ` Marcelo Tosatti
  1 sibling, 0 replies; 8+ messages in thread
From: Paolo Bonzini @ 2012-12-19 16:23 UTC (permalink / raw)
  To: Andreas Färber
  Cc: Anthony Liguori, Marcelo Tosatti, qemu-devel, Gleb Natapov, Avi Kivity

Il 19/12/2012 17:00, Andreas Färber ha scritto:
> If you put yourself as main KVM maintainer in Avi's place, note that I
> received zero feedback from Marcelo on my CPU series, which I therefore
> just included in my pull request:
> http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02963.html

I had looked at that one.  I wasn't really done so I didn't send a
Reviewed-by message.

Paolo

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 16:00 ` Andreas Färber
  2012-12-19 16:23   ` Paolo Bonzini
@ 2012-12-19 16:33   ` Marcelo Tosatti
  2012-12-19 19:05     ` Andreas Färber
  1 sibling, 1 reply; 8+ messages in thread
From: Marcelo Tosatti @ 2012-12-19 16:33 UTC (permalink / raw)
  To: Andreas Färber; +Cc: Avi Kivity, Anthony Liguori, Gleb Natapov, qemu-devel

On Wed, Dec 19, 2012 at 05:00:40PM +0100, Andreas Färber wrote:
> Am 19.12.2012 16:46, schrieb Gleb Natapov:
> > 
> > Replace Avi with myself as kvm maintainer.
> > 
> > Signed-off-by: Gleb Natapov <gleb@redhat.com>
> 
> That solves my mail bounce issue, too.
> 
> If you put yourself as main KVM maintainer in Avi's place, note that I
> received zero feedback from Marcelo on my CPU series, which I therefore
> just included in my pull request:
> http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02963.html

Because i have zero feedback to give, sorry. Did not review
line-by-line, though, if that is what you're expecting.

> You may have also missed this follow-up that just went out:
> http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg03000.html
> 
> They are mostly mechanical code movements that have been tested on
> x86_64, ppc and s390x KVM hosts, including the stubs.
> 
> Andreas
> 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 2ede20d..0e574f9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -132,7 +132,7 @@ Guest CPU Cores (KVM):
> >  ----------------------
> >  
> >  Overall
> > -M: Avi Kivity <avi@redhat.com>
> > +M: Gleb Natapov <gleb@redhat.com>
> >  M: Marcelo Tosatti <mtosatti@redhat.com>
> >  L: kvm@vger.kernel.org
> >  S: Supported
> > @@ -150,7 +150,7 @@ S: Maintained
> >  F: target-s390x/kvm.c
> >  
> >  X86
> > -M: Avi Kivity <avi@redhat.com>
> > +M: Gleb Natapov <gleb@redhat.com>
> >  M: Marcelo Tosatti <mtosatti@redhat.com>
> >  L: kvm@vger.kernel.org
> >  S: Supported
> > --
> > 			Gleb.
> 
> -- 
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 16:33   ` Marcelo Tosatti
@ 2012-12-19 19:05     ` Andreas Färber
  2012-12-19 19:12       ` Marcelo Tosatti
  0 siblings, 1 reply; 8+ messages in thread
From: Andreas Färber @ 2012-12-19 19:05 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Avi Kivity, Anthony Liguori, Gleb Natapov, qemu-devel

Am 19.12.2012 17:33, schrieb Marcelo Tosatti:
> On Wed, Dec 19, 2012 at 05:00:40PM +0100, Andreas Färber wrote:
>> Am 19.12.2012 16:46, schrieb Gleb Natapov:
>>>
>>> Replace Avi with myself as kvm maintainer.
>>>
>>> Signed-off-by: Gleb Natapov <gleb@redhat.com>
>>
>> That solves my mail bounce issue, too.
>>
>> If you put yourself as main KVM maintainer in Avi's place, note that I
>> received zero feedback from Marcelo on my CPU series, which I therefore
>> just included in my pull request:
>> http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02963.html
> 
> Because i have zero feedback to give, sorry. Did not review
> line-by-line, though, if that is what you're expecting.

I would've been okay with a simple "fine with me if it doesn't break
anything" or a "please defer until X". :)

I'm also surprised that there's been no KVM pull since v1.3 - are you
expecting Anthony to pick up KVM'ish patches himself now? Otherwise,
someone mentioned qemu-kvm.git were no longer updated - if that is true,
where will you be staging pulls?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 19:05     ` Andreas Färber
@ 2012-12-19 19:12       ` Marcelo Tosatti
  2012-12-19 19:22         ` Andreas Färber
  0 siblings, 1 reply; 8+ messages in thread
From: Marcelo Tosatti @ 2012-12-19 19:12 UTC (permalink / raw)
  To: Andreas Färber; +Cc: Avi Kivity, Anthony Liguori, Gleb Natapov, qemu-devel

On Wed, Dec 19, 2012 at 08:05:10PM +0100, Andreas Färber wrote:
> Am 19.12.2012 17:33, schrieb Marcelo Tosatti:
> > On Wed, Dec 19, 2012 at 05:00:40PM +0100, Andreas Färber wrote:
> >> Am 19.12.2012 16:46, schrieb Gleb Natapov:
> >>>
> >>> Replace Avi with myself as kvm maintainer.
> >>>
> >>> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> >>
> >> That solves my mail bounce issue, too.
> >>
> >> If you put yourself as main KVM maintainer in Avi's place, note that I
> >> received zero feedback from Marcelo on my CPU series, which I therefore
> >> just included in my pull request:
> >> http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02963.html
> > 
> > Because i have zero feedback to give, sorry. Did not review
> > line-by-line, though, if that is what you're expecting.
> 
> I would've been okay with a simple "fine with me if it doesn't break
> anything" or a "please defer until X". :)
> 
> I'm also surprised that there's been no KVM pull since v1.3 - are you
> expecting Anthony to pick up KVM'ish patches himself now? Otherwise,
> someone mentioned qemu-kvm.git were no longer updated - if that is true,
> where will you be staging pulls?

qemu-kvm is obsolete - qemu-kvm users should switch to qemu 1.3.

Staging: uq/master branch of http://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git.
Was fighting autotest failures which are now gone, there will be a pull
request for the one patch in the branch asap.

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 19:12       ` Marcelo Tosatti
@ 2012-12-19 19:22         ` Andreas Färber
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Färber @ 2012-12-19 19:22 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Avi Kivity, Anthony Liguori, Gleb Natapov, qemu-devel

Am 19.12.2012 20:12, schrieb Marcelo Tosatti:
> On Wed, Dec 19, 2012 at 08:05:10PM +0100, Andreas Färber wrote:
>> I'm also surprised that there's been no KVM pull since v1.3 - are you
>> expecting Anthony to pick up KVM'ish patches himself now? Otherwise,
>> someone mentioned qemu-kvm.git were no longer updated - if that is true,
>> where will you be staging pulls?
> 
> qemu-kvm is obsolete - qemu-kvm users should switch to qemu 1.3.
> 
> Staging: uq/master branch of http://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git.
> Was fighting autotest failures which are now gone, there will be a pull
> request for the one patch in the branch asap.

Ah, so only the master branch is obsolete.

FYI I've tagged v0.15.2 shortly after KVM Forum, only the announcement
detailing the added commits is still on my TODO list.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance
  2012-12-19 15:46 [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance Gleb Natapov
  2012-12-19 16:00 ` Andreas Färber
@ 2012-12-23 21:31 ` Anthony Liguori
  1 sibling, 0 replies; 8+ messages in thread
From: Anthony Liguori @ 2012-12-23 21:31 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: Marcelo Tosatti, qemu-devel, Andreas Färber, Avi Kivity

Gleb Natapov <gleb@redhat.com> writes:

> Replace Avi with myself as kvm maintainer.
>
> Signed-off-by: Gleb Natapov <gleb@redhat.com>

Applied. Thanks.

Regards,

Anthony Liguori

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ede20d..0e574f9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -132,7 +132,7 @@ Guest CPU Cores (KVM):
>  ----------------------
>  
>  Overall
> -M: Avi Kivity <avi@redhat.com>
> +M: Gleb Natapov <gleb@redhat.com>
>  M: Marcelo Tosatti <mtosatti@redhat.com>
>  L: kvm@vger.kernel.org
>  S: Supported
> @@ -150,7 +150,7 @@ S: Maintained
>  F: target-s390x/kvm.c
>  
>  X86
> -M: Avi Kivity <avi@redhat.com>
> +M: Gleb Natapov <gleb@redhat.com>
>  M: Marcelo Tosatti <mtosatti@redhat.com>
>  L: kvm@vger.kernel.org
>  S: Supported
> --
> 			Gleb.

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

end of thread, other threads:[~2012-12-23 21:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-19 15:46 [Qemu-devel] [PATCH] MAINTAINERS: Take over kvm maintenance Gleb Natapov
2012-12-19 16:00 ` Andreas Färber
2012-12-19 16:23   ` Paolo Bonzini
2012-12-19 16:33   ` Marcelo Tosatti
2012-12-19 19:05     ` Andreas Färber
2012-12-19 19:12       ` Marcelo Tosatti
2012-12-19 19:22         ` Andreas Färber
2012-12-23 21:31 ` Anthony Liguori

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.