diff mbox series

MAINTAINERS: add more bitmap-related to Dirty Bitmaps section

Message ID 20191026165655.14112-1-vsementsov@virtuozzo.com
State New
Headers show
Series MAINTAINERS: add more bitmap-related to Dirty Bitmaps section | expand

Commit Message

Vladimir Sementsov-Ogievskiy Oct. 26, 2019, 4:56 p.m. UTC
Let's add bitmaps persistence qcow2 feature and postcopy bitmaps
migration to Dirty Bitmaps section.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

John Snow Oct. 29, 2019, 1:34 p.m. UTC | #1
On 10/26/19 12:56 PM, Vladimir Sementsov-Ogievskiy wrote:
> Let's add bitmaps persistence qcow2 feature and postcopy bitmaps
> migration to Dirty Bitmaps section.
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Reviewed-by: John Snow <jsnow@redhat.com>

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 556ce0bfe3..51f31b4011 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1829,6 +1829,8 @@ F: util/hbitmap.c
>  F: block/dirty-bitmap.c
>  F: include/qemu/hbitmap.h
>  F: include/block/dirty-bitmap.h
> +F: qcow2-bitmap.c
> +F: migration/block-dirty-bitmap.c
>  F: tests/test-hbitmap.c
>  F: docs/interop/bitmaps.rst
>  T: git https://github.com/jnsnow/qemu.git bitmaps
>
Eric Blake Nov. 14, 2019, 3:19 p.m. UTC | #2
On 10/26/19 11:56 AM, Vladimir Sementsov-Ogievskiy wrote:
> Let's add bitmaps persistence qcow2 feature and postcopy bitmaps
> migration to Dirty Bitmaps section.
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 

I see no reason why this can't go in -rc2, so I'll queue it through my 
NBD tree.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 556ce0bfe3..51f31b4011 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1829,6 +1829,8 @@ F: util/hbitmap.c
>   F: block/dirty-bitmap.c
>   F: include/qemu/hbitmap.h
>   F: include/block/dirty-bitmap.h
> +F: qcow2-bitmap.c
> +F: migration/block-dirty-bitmap.c
>   F: tests/test-hbitmap.c
>   F: docs/interop/bitmaps.rst
>   T: git https://github.com/jnsnow/qemu.git bitmaps
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 556ce0bfe3..51f31b4011 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1829,6 +1829,8 @@  F: util/hbitmap.c
 F: block/dirty-bitmap.c
 F: include/qemu/hbitmap.h
 F: include/block/dirty-bitmap.h
+F: qcow2-bitmap.c
+F: migration/block-dirty-bitmap.c
 F: tests/test-hbitmap.c
 F: docs/interop/bitmaps.rst
 T: git https://github.com/jnsnow/qemu.git bitmaps