* [PATCH v2] bitmaps: Update maintainer
@ 2020-05-14 18:00 Eric Blake
2020-05-14 18:59 ` John Snow
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Eric Blake @ 2020-05-14 18:00 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
trying to scale back in order to focus elsewhere; and many of the
recent patches have come from Vladimir, who is also interested in
taking on maintainer duties, but would like to start with
co-maintainership. Therefore, it's time to revamp the ownership of
this category, as agreed between the three of us.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
v2: further tweak to maintainership, update T: listing
MAINTAINERS | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d11f3cb97613..ae23062a51ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2001,8 +2001,9 @@ F: qapi/transaction.json
T: git https://repo.or.cz/qemu/armbru.git block-next
Dirty Bitmaps
-M: John Snow <jsnow@redhat.com>
-R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
+M: Eric Blake <eblake@redhat.com>
+M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
+R: John Snow <jsnow@redhat.com>
L: qemu-block@nongnu.org
S: Supported
F: include/qemu/hbitmap.h
@@ -2013,7 +2014,7 @@ F: migration/block-dirty-bitmap.c
F: util/hbitmap.c
F: tests/test-hbitmap.c
F: docs/interop/bitmaps.rst
-T: git https://github.com/jnsnow/qemu.git bitmaps
+T: git https://repo.or.cz/qemu/ericb.git bitmaps
Character device backends
M: Marc-André Lureau <marcandre.lureau@redhat.com>
--
2.26.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] bitmaps: Update maintainer
2020-05-14 18:00 [PATCH v2] bitmaps: Update maintainer Eric Blake
@ 2020-05-14 18:59 ` John Snow
2020-05-15 5:33 ` Vladimir Sementsov-Ogievskiy
2020-05-15 8:53 ` Kevin Wolf
2 siblings, 0 replies; 4+ messages in thread
From: John Snow @ 2020-05-14 18:59 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: vsementsov, qemu-block
On 5/14/20 2:00 PM, 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
> trying to scale back in order to focus elsewhere; and many of the
> recent patches have come from Vladimir, who is also interested in
> taking on maintainer duties, but would like to start with
> co-maintainership. Therefore, it's time to revamp the ownership of
> this category, as agreed between the three of us.
Great!
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> v2: further tweak to maintainership, update T: listing
>
> MAINTAINERS | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d11f3cb97613..ae23062a51ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2001,8 +2001,9 @@ F: qapi/transaction.json
> T: git https://repo.or.cz/qemu/armbru.git block-next
>
> Dirty Bitmaps
> -M: John Snow <jsnow@redhat.com>
> -R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> +M: Eric Blake <eblake@redhat.com>
> +M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> +R: John Snow <jsnow@redhat.com>
> L: qemu-block@nongnu.org
> S: Supported
> F: include/qemu/hbitmap.h
> @@ -2013,7 +2014,7 @@ F: migration/block-dirty-bitmap.c
> F: util/hbitmap.c
> F: tests/test-hbitmap.c
> F: docs/interop/bitmaps.rst
> -T: git https://github.com/jnsnow/qemu.git bitmaps
> +T: git https://repo.or.cz/qemu/ericb.git bitmaps
>
> Character device backends
> M: Marc-André Lureau <marcandre.lureau@redhat.com>
>
Acked-by: John Snow <jsnow@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
You'll want to work out repo access betwixt yourselves, but I'll leave
that detail for you to work out.
Thank you,
--js
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] bitmaps: Update maintainer
2020-05-14 18:00 [PATCH v2] bitmaps: Update maintainer Eric Blake
2020-05-14 18:59 ` John Snow
@ 2020-05-15 5:33 ` Vladimir Sementsov-Ogievskiy
2020-05-15 8:53 ` Kevin Wolf
2 siblings, 0 replies; 4+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2020-05-15 5:33 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: jsnow, qemu-block
14.05.2020 21:00, 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
> trying to scale back in order to focus elsewhere; and many of the
> recent patches have come from Vladimir, who is also interested in
> taking on maintainer duties, but would like to start with
> co-maintainership. Therefore, it's time to revamp the ownership of
> this category, as agreed between the three of us.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> v2: further tweak to maintainership, update T: listing
>
> MAINTAINERS | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d11f3cb97613..ae23062a51ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2001,8 +2001,9 @@ F: qapi/transaction.json
> T: git https://repo.or.cz/qemu/armbru.git block-next
>
> Dirty Bitmaps
> -M: John Snow <jsnow@redhat.com>
> -R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> +M: Eric Blake <eblake@redhat.com>
> +M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> +R: John Snow <jsnow@redhat.com>
> L: qemu-block@nongnu.org
> S: Supported
> F: include/qemu/hbitmap.h
> @@ -2013,7 +2014,7 @@ F: migration/block-dirty-bitmap.c
> F: util/hbitmap.c
> F: tests/test-hbitmap.c
> F: docs/interop/bitmaps.rst
> -T: git https://github.com/jnsnow/qemu.git bitmaps
> +T: git https://repo.or.cz/qemu/ericb.git bitmaps
>
> Character device backends
> M: Marc-André Lureau <marcandre.lureau@redhat.com>
>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
--
Best regards,
Vladimir
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] bitmaps: Update maintainer
2020-05-14 18:00 [PATCH v2] bitmaps: Update maintainer Eric Blake
2020-05-14 18:59 ` John Snow
2020-05-15 5:33 ` Vladimir Sementsov-Ogievskiy
@ 2020-05-15 8:53 ` Kevin Wolf
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Wolf @ 2020-05-15 8:53 UTC (permalink / raw)
To: Eric Blake; +Cc: vsementsov, qemu-devel, qemu-block
Am 14.05.2020 um 20:00 hat Eric Blake geschrieben:
> 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
> trying to scale back in order to focus elsewhere; and many of the
> recent patches have come from Vladimir, who is also interested in
> taking on maintainer duties, but would like to start with
> co-maintainership. Therefore, it's time to revamp the ownership of
> this category, as agreed between the three of us.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Not sure if the opinion of the overall block maintainers even matters,
but just in case:
Acked-by: Kevin Wolf <kwolf@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-15 8:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-14 18:00 [PATCH v2] bitmaps: Update maintainer Eric Blake
2020-05-14 18:59 ` John Snow
2020-05-15 5:33 ` Vladimir Sementsov-Ogievskiy
2020-05-15 8:53 ` Kevin Wolf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).