[PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section

Vladimir Sementsov-Ogievskiy posted 1 patch 4 years, 6 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191026165655.14112-1-vsementsov@virtuozzo.com
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
Posted by Vladimir Sementsov-Ogievskiy 4 years, 6 months ago
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(+)

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
-- 
2.21.0


Re: [PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
Posted by Eric Blake 4 years, 6 months ago
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
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org


Re: [PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
Posted by John Snow 4 years, 6 months ago

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
>