All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header
@ 2019-12-19 10:16 Vladimir Sementsov-Ogievskiy
  2019-12-19 11:27 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-12-19 10:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: vsementsov, jsnow, qemu-block

Somehow I wrote not full path to the file. Fix that.

Also, while being here, rearrange entries, so that includes go first,
then block, than migration, than util.

Fixes: 052db8e71444d
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---

If you don't like rearrangement, keep just
s/qcow2-bitmap.c/block\/qcow2-bitmap.c/

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 740401bcbb..dc81c89ccb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1870,12 +1870,12 @@ M: John Snow <jsnow@redhat.com>
 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.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: qcow2-bitmap.c
+F: block/dirty-bitmap.c
+F: block/qcow2-bitmap.c
 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
-- 
2.21.0



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

* Re: [PATCH] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header
  2019-12-19 10:16 [PATCH] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header Vladimir Sementsov-Ogievskiy
@ 2019-12-19 11:27 ` Kevin Wolf
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2019-12-19 11:27 UTC (permalink / raw)
  To: Vladimir Sementsov-Ogievskiy; +Cc: qemu-devel, qemu-block

Am 19.12.2019 um 11:16 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Somehow I wrote not full path to the file. Fix that.
> 
> Also, while being here, rearrange entries, so that includes go first,
> then block, than migration, than util.
> 
> Fixes: 052db8e71444d
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Thanks, applied to the block branch.

Kevin



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

end of thread, other threads:[~2019-12-19 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 10:16 [PATCH] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header Vladimir Sementsov-Ogievskiy
2019-12-19 11:27 ` Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.