diff mbox

MAINTAINERS: Add Fam and Jsnow for Bitmap support

Message ID 1470334731-23231-1-git-send-email-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

John Snow Aug. 4, 2016, 6:18 p.m. UTC
These files are currently unmaintained.

I'm proposing that Fam and I co-maintain them; under the model that
whomever between us isn't authoring a given series will be responsible
for reviewing it.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

Fam Zheng Aug. 5, 2016, 1:07 a.m. UTC | #1
On Thu, 08/04 14:18, John Snow wrote:
> These files are currently unmaintained.
> 
> I'm proposing that Fam and I co-maintain them; under the model that
> whomever between us isn't authoring a given series will be responsible
> for reviewing it.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b6fb84e..0086f0e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1041,6 +1041,20 @@ F: block/qapi.c
>  F: qapi/block*.json
>  T: git git://repo.or.cz/qemu/armbru.git block-next
>  
> +Dirty Bitmaps
> +M: Fam Zheng <famz@redhat.com>
> +M: John Snow <jsnow@redhat.com>
> +L: qemu-block@nongnu.org
> +S: Supported
> +F: util/hbitmap.c
> +F: block/dirty-bitmap.c
> +F: include/qemu/hbitmap.h
> +F: include/block/dirty-bitmap.h
> +F: tests/test-hbitmap.c
> +F: docs/bitmaps.md
> +T: git git://github.com/famz/qemu.git bitmaps
> +T: git git://github.com/jnsnow/qemu.git bitmaps
> +
>  Character device backends
>  M: Paolo Bonzini <pbonzini@redhat.com>
>  S: Maintained
> -- 
> 2.7.4
> 

Acked-by: Fam Zheng <famz@redhat.com>
Max Reitz Aug. 24, 2016, 4:31 p.m. UTC | #2
On 2016-08-04 at 14:18, John Snow wrote:
> These files are currently unmaintained.
>
> I'm proposing that Fam and I co-maintain them; under the model that
> whomever between us isn't authoring a given series will be responsible
> for reviewing it.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)

Acked-by: Max Reitz <mreitz@redhat.com>
Max Reitz Nov. 7, 2016, 4:40 p.m. UTC | #3
On 04.08.2016 20:18, John Snow wrote:
> These files are currently unmaintained.
> 
> I'm proposing that Fam and I co-maintain them; under the model that
> whomever between us isn't authoring a given series will be responsible
> for reviewing it.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)

Ping, anyone?

Max
Thomas Huth Nov. 8, 2016, 11:57 a.m. UTC | #4
On 07.11.2016 17:40, Max Reitz wrote:
> On 04.08.2016 20:18, John Snow wrote:
>> These files are currently unmaintained.
>>
>> I'm proposing that Fam and I co-maintain them; under the model that
>> whomever between us isn't authoring a given series will be responsible
>> for reviewing it.
>>
>> Signed-off-by: John Snow <jsnow@redhat.com>
>> ---
>>  MAINTAINERS | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
> 
> Ping, anyone?

I'm currently gathering a set of my patches that updates the MAINTAINERS
file - and Paolo asked me to send a PULL request for that one, so if you
like, I can also include this patch there.

 Thomas
Fam Zheng Nov. 8, 2016, 3:07 p.m. UTC | #5
On Tue, 11/08 12:57, Thomas Huth wrote:
> On 07.11.2016 17:40, Max Reitz wrote:
> > On 04.08.2016 20:18, John Snow wrote:
> >> These files are currently unmaintained.
> >>
> >> I'm proposing that Fam and I co-maintain them; under the model that
> >> whomever between us isn't authoring a given series will be responsible
> >> for reviewing it.
> >>
> >> Signed-off-by: John Snow <jsnow@redhat.com>
> >> ---
> >>  MAINTAINERS | 14 ++++++++++++++
> >>  1 file changed, 14 insertions(+)
> > 
> > Ping, anyone?
> 
> I'm currently gathering a set of my patches that updates the MAINTAINERS
> file - and Paolo asked me to send a PULL request for that one, so if you
> like, I can also include this patch there.

Please do. Thanks!

Fam
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b6fb84e..0086f0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1041,6 +1041,20 @@  F: block/qapi.c
 F: qapi/block*.json
 T: git git://repo.or.cz/qemu/armbru.git block-next
 
+Dirty Bitmaps
+M: Fam Zheng <famz@redhat.com>
+M: John Snow <jsnow@redhat.com>
+L: qemu-block@nongnu.org
+S: Supported
+F: util/hbitmap.c
+F: block/dirty-bitmap.c
+F: include/qemu/hbitmap.h
+F: include/block/dirty-bitmap.h
+F: tests/test-hbitmap.c
+F: docs/bitmaps.md
+T: git git://github.com/famz/qemu.git bitmaps
+T: git git://github.com/jnsnow/qemu.git bitmaps
+
 Character device backends
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Maintained