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 <ebl...@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 <js...@redhat.com>
> -R: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
> +M: Eric Blake <ebl...@redhat.com>
> +M: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
> +R: John Snow <js...@redhat.com>
> L: qemu-bl...@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.lur...@redhat.com>
>
Acked-by: John Snow <js...@redhat.com>
Reviewed-by: John Snow <js...@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