All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitmaps: Add myself as maintainer
@ 2020-05-13 14:14 Eric Blake
  2020-05-13 19:00 ` Vladimir Sementsov-Ogievskiy
  2020-05-13 20:24 ` John Snow
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Blake @ 2020-05-13 14:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: vsementsov, jsnow, qemu-block

Dirty bitmaps are important to incremental backups, including exposure
over NBD where I'm already maintainer.  Also, I'm aware that lately I
have been doing as much code/review on bitmaps as John Snow, who is
hoping to scale back on this front.

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

---
This still leaves John as maintainer for: IDE, Floppy, and Block Jobs,
which I did not feel comfortable taking on at this time.

If this patch makes sense, I'm happy to take on my recent 'qemu-img
bitmap' series as my first bitmap-related pull request, once it has
sufficient review.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6a8dc1e69d42..f7caf7c0cc7f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2002,6 +2002,7 @@ T: git https://repo.or.cz/qemu/armbru.git block-next

 Dirty Bitmaps
 M: John Snow <jsnow@redhat.com>
+M: Eric Blake <eblake@redhat.com>
 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
 L: qemu-block@nongnu.org
 S: Supported
-- 
2.26.2



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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-13 14:14 [PATCH] bitmaps: Add myself as maintainer Eric Blake
@ 2020-05-13 19:00 ` Vladimir Sementsov-Ogievskiy
  2020-05-13 20:24 ` John Snow
  1 sibling, 0 replies; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2020-05-13 19:00 UTC (permalink / raw)
  To: Eric Blake, qemu-devel; +Cc: jsnow, qemu-block

13.05.2020 17:14, Eric Blake wrote:
> Dirty bitmaps are important to incremental backups, including exposure
> over NBD where I'm already maintainer.  Also, I'm aware that lately I
> have been doing as much code/review on bitmaps as John Snow, who is
> hoping to scale back on this front.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>

Hope you'll review and pull my bitmap-migration series :))

Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

> 
> ---
> This still leaves John as maintainer for: IDE, Floppy, and Block Jobs,
> which I did not feel comfortable taking on at this time.
> 
> If this patch makes sense, I'm happy to take on my recent 'qemu-img
> bitmap' series as my first bitmap-related pull request, once it has
> sufficient review.
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6a8dc1e69d42..f7caf7c0cc7f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2002,6 +2002,7 @@ T: git https://repo.or.cz/qemu/armbru.git block-next
> 
>   Dirty Bitmaps
>   M: John Snow <jsnow@redhat.com>
> +M: Eric Blake <eblake@redhat.com>
>   R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>   L: qemu-block@nongnu.org
>   S: Supported
> 


-- 
Best regards,
Vladimir


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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-13 14:14 [PATCH] bitmaps: Add myself as maintainer Eric Blake
  2020-05-13 19:00 ` Vladimir Sementsov-Ogievskiy
@ 2020-05-13 20:24 ` John Snow
  2020-05-14  4:49   ` Vladimir Sementsov-Ogievskiy
  1 sibling, 1 reply; 8+ messages in thread
From: John Snow @ 2020-05-13 20:24 UTC (permalink / raw)
  To: Eric Blake, qemu-devel; +Cc: vsementsov, qemu-block



On 5/13/20 10:14 AM, Eric Blake wrote:
> Dirty bitmaps are important to incremental backups, including exposure
> over NBD where I'm already maintainer.  Also, I'm aware that lately I
> have been doing as much code/review on bitmaps as John Snow, who is
> hoping to scale back on this front.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> 
> ---
> This still leaves John as maintainer for: IDE, Floppy, and Block Jobs,
> which I did not feel comfortable taking on at this time.
> 
> If this patch makes sense, I'm happy to take on my recent 'qemu-img
> bitmap' series as my first bitmap-related pull request, once it has
> sufficient review.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6a8dc1e69d42..f7caf7c0cc7f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2002,6 +2002,7 @@ T: git https://repo.or.cz/qemu/armbru.git block-next
> 
>  Dirty Bitmaps
>  M: John Snow <jsnow@redhat.com>
> +M: Eric Blake <eblake@redhat.com>
>  R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>  L: qemu-block@nongnu.org
>  S: Supported
> 

I'd also like to point out that I wouldn't mind if Vladimir became an
official maintainer, but I can't remember if he wanted the title when we
last spoke at KVM Forum.

Regardless; I am clearly not keeping up with reviews right now as my
attention has been pulled elsewhere, so:

Reviewed-by: John Snow <jsnow@redhat.com>



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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-13 20:24 ` John Snow
@ 2020-05-14  4:49   ` Vladimir Sementsov-Ogievskiy
  2020-05-14  5:08     ` John Snow
  0 siblings, 1 reply; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2020-05-14  4:49 UTC (permalink / raw)
  To: John Snow, Eric Blake, qemu-devel; +Cc: qemu-block

13.05.2020 23:24, John Snow wrote:
> 
> 
> On 5/13/20 10:14 AM, Eric Blake wrote:
>> Dirty bitmaps are important to incremental backups, including exposure
>> over NBD where I'm already maintainer.  Also, I'm aware that lately I
>> have been doing as much code/review on bitmaps as John Snow, who is
>> hoping to scale back on this front.
>>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>>
>> ---
>> This still leaves John as maintainer for: IDE, Floppy, and Block Jobs,
>> which I did not feel comfortable taking on at this time.
>>
>> If this patch makes sense, I'm happy to take on my recent 'qemu-img
>> bitmap' series as my first bitmap-related pull request, once it has
>> sufficient review.
>> ---
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6a8dc1e69d42..f7caf7c0cc7f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2002,6 +2002,7 @@ T: git https://repo.or.cz/qemu/armbru.git block-next
>>
>>   Dirty Bitmaps
>>   M: John Snow <jsnow@redhat.com>
>> +M: Eric Blake <eblake@redhat.com>
>>   R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>>   L: qemu-block@nongnu.org
>>   S: Supported
>>
> 
> I'd also like to point out that I wouldn't mind if Vladimir became an
> official maintainer, but I can't remember if he wanted the title when we
> last spoke at KVM Forum.

Actually, it would be nice, I'd glad to get it, thanks :)
I can send a separate patch, or we may s/R/M/ in this one?

> 
> Regardless; I am clearly not keeping up with reviews right now as my
> attention has been pulled elsewhere, so:
> 
> Reviewed-by: John Snow <jsnow@redhat.com>
> 


-- 
Best regards,
Vladimir


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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-14  4:49   ` Vladimir Sementsov-Ogievskiy
@ 2020-05-14  5:08     ` John Snow
  2020-05-14 13:52       ` Eric Blake
  0 siblings, 1 reply; 8+ messages in thread
From: John Snow @ 2020-05-14  5:08 UTC (permalink / raw)
  To: Vladimir Sementsov-Ogievskiy, Eric Blake, qemu-devel; +Cc: qemu-block



On 5/14/20 12:49 AM, Vladimir Sementsov-Ogievskiy wrote:
> 13.05.2020 23:24, John Snow wrote:
>>
>>
>> On 5/13/20 10:14 AM, Eric Blake wrote:
>>> Dirty bitmaps are important to incremental backups, including exposure
>>> over NBD where I'm already maintainer.  Also, I'm aware that lately I
>>> have been doing as much code/review on bitmaps as John Snow, who is
>>> hoping to scale back on this front.
>>>
>>> Signed-off-by: Eric Blake <eblake@redhat.com>
>>>
>>> ---
>>> This still leaves John as maintainer for: IDE, Floppy, and Block Jobs,
>>> which I did not feel comfortable taking on at this time.
>>>
>>> If this patch makes sense, I'm happy to take on my recent 'qemu-img
>>> bitmap' series as my first bitmap-related pull request, once it has
>>> sufficient review.
>>> ---
>>>   MAINTAINERS | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 6a8dc1e69d42..f7caf7c0cc7f 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -2002,6 +2002,7 @@ T: git https://repo.or.cz/qemu/armbru.git
>>> block-next
>>>
>>>   Dirty Bitmaps
>>>   M: John Snow <jsnow@redhat.com>
>>> +M: Eric Blake <eblake@redhat.com>
>>>   R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>>>   L: qemu-block@nongnu.org
>>>   S: Supported
>>>
>>
>> I'd also like to point out that I wouldn't mind if Vladimir became an
>> official maintainer, but I can't remember if he wanted the title when we
>> last spoke at KVM Forum.
> 
> Actually, it would be nice, I'd glad to get it, thanks :)
> I can send a separate patch, or we may s/R/M/ in this one?
> 

That would be very good!

I'd be quite happy to be demoted to reviewer; it's about all the time
I've been truthfully able to give lately.

(I won't speak for Eric!)

--js



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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-14  5:08     ` John Snow
@ 2020-05-14 13:52       ` Eric Blake
  2020-05-14 14:25         ` John Snow
  2020-05-14 17:16         ` Vladimir Sementsov-Ogievskiy
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Blake @ 2020-05-14 13:52 UTC (permalink / raw)
  To: John Snow, Vladimir Sementsov-Ogievskiy, qemu-devel; +Cc: qemu-block

On 5/14/20 12:08 AM, John Snow wrote:
> 
> 
> On 5/14/20 12:49 AM, Vladimir Sementsov-Ogievskiy wrote:
>> 13.05.2020 23:24, John Snow wrote:
>>>
>>>
>>> On 5/13/20 10:14 AM, Eric Blake wrote:
>>>> Dirty bitmaps are important to incremental backups, including exposure
>>>> over NBD where I'm already maintainer.  Also, I'm aware that lately I
>>>> have been doing as much code/review on bitmaps as John Snow, who is
>>>> hoping to scale back on this front.
>>>>
>>>> Signed-off-by: Eric Blake <eblake@redhat.com>
>>>>
>>>> ---

>>>>    Dirty Bitmaps
>>>>    M: John Snow <jsnow@redhat.com>
>>>> +M: Eric Blake <eblake@redhat.com>
>>>>    R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>>>>    L: qemu-block@nongnu.org
>>>>    S: Supported
>>>>
>>>
>>> I'd also like to point out that I wouldn't mind if Vladimir became an
>>> official maintainer, but I can't remember if he wanted the title when we
>>> last spoke at KVM Forum.
>>
>> Actually, it would be nice, I'd glad to get it, thanks :)
>> I can send a separate patch, or we may s/R/M/ in this one?
>>
> 
> That would be very good!
> 
> I'd be quite happy to be demoted to reviewer; it's about all the time
> I've been truthfully able to give lately.
> 
> (I won't speak for Eric!)

I can post a v2 that produces the following results:

M: Vladimir
M: Eric
R: John

Does that sound reasonable?


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



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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-14 13:52       ` Eric Blake
@ 2020-05-14 14:25         ` John Snow
  2020-05-14 17:16         ` Vladimir Sementsov-Ogievskiy
  1 sibling, 0 replies; 8+ messages in thread
From: John Snow @ 2020-05-14 14:25 UTC (permalink / raw)
  To: Eric Blake, Vladimir Sementsov-Ogievskiy, qemu-devel; +Cc: qemu-block



On 5/14/20 9:52 AM, Eric Blake wrote:
> On 5/14/20 12:08 AM, John Snow wrote:
>>
>>
>> On 5/14/20 12:49 AM, Vladimir Sementsov-Ogievskiy wrote:
>>> 13.05.2020 23:24, John Snow wrote:
>>>>
>>>>
>>>> On 5/13/20 10:14 AM, Eric Blake wrote:
>>>>> Dirty bitmaps are important to incremental backups, including exposure
>>>>> over NBD where I'm already maintainer.  Also, I'm aware that lately I
>>>>> have been doing as much code/review on bitmaps as John Snow, who is
>>>>> hoping to scale back on this front.
>>>>>
>>>>> Signed-off-by: Eric Blake <eblake@redhat.com>
>>>>>
>>>>> ---
> 
>>>>>    Dirty Bitmaps
>>>>>    M: John Snow <jsnow@redhat.com>
>>>>> +M: Eric Blake <eblake@redhat.com>
>>>>>    R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>>>>>    L: qemu-block@nongnu.org
>>>>>    S: Supported
>>>>>
>>>>
>>>> I'd also like to point out that I wouldn't mind if Vladimir became an
>>>> official maintainer, but I can't remember if he wanted the title
>>>> when we
>>>> last spoke at KVM Forum.
>>>
>>> Actually, it would be nice, I'd glad to get it, thanks :)
>>> I can send a separate patch, or we may s/R/M/ in this one?
>>>
>>
>> That would be very good!
>>
>> I'd be quite happy to be demoted to reviewer; it's about all the time
>> I've been truthfully able to give lately.
>>
>> (I won't speak for Eric!)
> 
> I can post a v2 that produces the following results:
> 
> M: Vladimir
> M: Eric
> R: John
> 
> Does that sound reasonable?
> 
> 

Yeah, I will approve it. I want to help as much as I can, but I don't
want to artificially limit the rate of development here as I fear I have
been.

--js



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

* Re: [PATCH] bitmaps: Add myself as maintainer
  2020-05-14 13:52       ` Eric Blake
  2020-05-14 14:25         ` John Snow
@ 2020-05-14 17:16         ` Vladimir Sementsov-Ogievskiy
  1 sibling, 0 replies; 8+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2020-05-14 17:16 UTC (permalink / raw)
  To: Eric Blake, John Snow, qemu-devel; +Cc: qemu-block

14.05.2020 16:52, Eric Blake wrote:
> On 5/14/20 12:08 AM, John Snow wrote:
>>
>>
>> On 5/14/20 12:49 AM, Vladimir Sementsov-Ogievskiy wrote:
>>> 13.05.2020 23:24, John Snow wrote:
>>>>
>>>>
>>>> On 5/13/20 10:14 AM, Eric Blake wrote:
>>>>> Dirty bitmaps are important to incremental backups, including exposure
>>>>> over NBD where I'm already maintainer.  Also, I'm aware that lately I
>>>>> have been doing as much code/review on bitmaps as John Snow, who is
>>>>> hoping to scale back on this front.
>>>>>
>>>>> Signed-off-by: Eric Blake <eblake@redhat.com>
>>>>>
>>>>> ---
> 
>>>>>    Dirty Bitmaps
>>>>>    M: John Snow <jsnow@redhat.com>
>>>>> +M: Eric Blake <eblake@redhat.com>
>>>>>    R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>>>>>    L: qemu-block@nongnu.org
>>>>>    S: Supported
>>>>>
>>>>
>>>> I'd also like to point out that I wouldn't mind if Vladimir became an
>>>> official maintainer, but I can't remember if he wanted the title when we
>>>> last spoke at KVM Forum.
>>>
>>> Actually, it would be nice, I'd glad to get it, thanks :)
>>> I can send a separate patch, or we may s/R/M/ in this one?
>>>
>>
>> That would be very good!
>>
>> I'd be quite happy to be demoted to reviewer; it's about all the time
>> I've been truthfully able to give lately.
>>
>> (I won't speak for Eric!)
> 
> I can post a v2 that produces the following results:
> 
> M: Vladimir
> M: Eric
> R: John
> 
> Does that sound reasonable?
> 

Great!


-- 
Best regards,
Vladimir


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

end of thread, other threads:[~2020-05-14 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 14:14 [PATCH] bitmaps: Add myself as maintainer Eric Blake
2020-05-13 19:00 ` Vladimir Sementsov-Ogievskiy
2020-05-13 20:24 ` John Snow
2020-05-14  4:49   ` Vladimir Sementsov-Ogievskiy
2020-05-14  5:08     ` John Snow
2020-05-14 13:52       ` Eric Blake
2020-05-14 14:25         ` John Snow
2020-05-14 17:16         ` Vladimir Sementsov-Ogievskiy

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.