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
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
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>
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
© 2016 - 2025 Red Hat, Inc.