qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
@ 2019-10-05 19:44 John Snow
  2019-10-05 19:44 ` [PATCH 1/1] " John Snow
  2019-10-09 20:58 ` [PATCH 0/1] " John Snow
  0 siblings, 2 replies; 4+ messages in thread
From: John Snow @ 2019-10-05 19:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, Vladimir Sementsov-Ogievskiy,
	Qemu-block, John Snow, Max Reitz, Kevin Wolf

Hi; I'll be going away on an extended trip this November and have made
arrangements for reviews to be handled in my absence. I've asked Vladimir
to take point on any reviews for patches he didn't author, and have asked
Eric to take point on reviewing any of Vladimir's patches for this tree.

Because Virtuozzo contributes so heavily to this area, I've always liked
to get Vladimir's approval on patches before merging them anyway, so
this change formalizes the existing practice.

John Snow (1):
  MAINTAINERS: Add Vladimir as a reviewer for bitmaps

 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
2.21.0



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

* [PATCH 1/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
  2019-10-05 19:44 [PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps John Snow
@ 2019-10-05 19:44 ` John Snow
  2019-10-07  9:49   ` Vladimir Sementsov-Ogievskiy
  2019-10-09 20:58 ` [PATCH 0/1] " John Snow
  1 sibling, 1 reply; 4+ messages in thread
From: John Snow @ 2019-10-05 19:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, Vladimir Sementsov-Ogievskiy,
	Qemu-block, John Snow, Max Reitz, Kevin Wolf

I already try to make sure all bitmaps patches have been reviewed by both
Red Hat and Virtuozzo anyway, so this formalizes the arrangement.

Fam meanwhile is no longer as active, so I am removing him as a co-maintainer
simply to reflect the current practice.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 21264eae9c4..87e80ae110c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1818,8 +1818,8 @@ F: qapi/transaction.json
 T: git https://repo.or.cz/qemu/armbru.git block-next
 
 Dirty Bitmaps
-M: Fam Zheng <fam@euphon.net>
 M: John Snow <jsnow@redhat.com>
+R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: util/hbitmap.c
@@ -1828,7 +1828,6 @@ F: include/qemu/hbitmap.h
 F: include/block/dirty-bitmap.h
 F: tests/test-hbitmap.c
 F: docs/interop/bitmaps.rst
-T: git https://github.com/famz/qemu.git bitmaps
 T: git https://github.com/jnsnow/qemu.git bitmaps
 
 Character device backends
-- 
2.21.0



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

* Re: [PATCH 1/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
  2019-10-05 19:44 ` [PATCH 1/1] " John Snow
@ 2019-10-07  9:49   ` Vladimir Sementsov-Ogievskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-10-07  9:49 UTC (permalink / raw)
  To: John Snow, qemu-devel
  Cc: Fam Zheng, Peter Maydell, Qemu-block, Max Reitz, Kevin Wolf

05.10.2019 22:44, John Snow wrote:
> I already try to make sure all bitmaps patches have been reviewed by both
> Red Hat and Virtuozzo anyway, so this formalizes the arrangement.
> 
> Fam meanwhile is no longer as active, so I am removing him as a co-maintainer
> simply to reflect the current practice.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>

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

> ---
>   MAINTAINERS | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 21264eae9c4..87e80ae110c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1818,8 +1818,8 @@ F: qapi/transaction.json
>   T: git https://repo.or.cz/qemu/armbru.git block-next
>   
>   Dirty Bitmaps
> -M: Fam Zheng <fam@euphon.net>
>   M: John Snow <jsnow@redhat.com>
> +R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
>   L: qemu-block@nongnu.org
>   S: Supported
>   F: util/hbitmap.c
> @@ -1828,7 +1828,6 @@ F: include/qemu/hbitmap.h
>   F: include/block/dirty-bitmap.h
>   F: tests/test-hbitmap.c
>   F: docs/interop/bitmaps.rst
> -T: git https://github.com/famz/qemu.git bitmaps
>   T: git https://github.com/jnsnow/qemu.git bitmaps
>   
>   Character device backends
> 


-- 
Best regards,
Vladimir

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

* Re: [PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
  2019-10-05 19:44 [PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps John Snow
  2019-10-05 19:44 ` [PATCH 1/1] " John Snow
@ 2019-10-09 20:58 ` John Snow
  1 sibling, 0 replies; 4+ messages in thread
From: John Snow @ 2019-10-09 20:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, Vladimir Sementsov-Ogievskiy,
	Qemu-block, Max Reitz, Kevin Wolf



On 10/5/19 3:44 PM, John Snow wrote:
> Hi; I'll be going away on an extended trip this November and have made
> arrangements for reviews to be handled in my absence. I've asked Vladimir
> to take point on any reviews for patches he didn't author, and have asked
> Eric to take point on reviewing any of Vladimir's patches for this tree.
> 
> Because Virtuozzo contributes so heavily to this area, I've always liked
> to get Vladimir's approval on patches before merging them anyway, so
> this change formalizes the existing practice.
> 
> John Snow (1):
>   MAINTAINERS: Add Vladimir as a reviewer for bitmaps
> 
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Thanks, applied to my bitmaps tree:

https://github.com/jnsnow/qemu/commits/bitmaps
https://github.com/jnsnow/qemu.git

--js


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

end of thread, other threads:[~2019-10-09 21:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 19:44 [PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps John Snow
2019-10-05 19:44 ` [PATCH 1/1] " John Snow
2019-10-07  9:49   ` Vladimir Sementsov-Ogievskiy
2019-10-09 20:58 ` [PATCH 0/1] " John Snow

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).