diff options
author | Vladimir Sementsov-Ogievskiy | 2019-12-19 11:16:03 +0100 |
---|---|---|
committer | Kevin Wolf | 2019-12-19 12:27:05 +0100 |
commit | 00637c6b0b67694127cc01dd75f3626da23acdaa (patch) | |
tree | ecbe130a097debd9d19e8ff2233ceb93efd13ec8 /MAINTAINERS | |
parent | qcow2: Use offset_into_cluster() (diff) | |
download | qemu-00637c6b0b67694127cc01dd75f3626da23acdaa.tar.gz qemu-00637c6b0b67694127cc01dd75f3626da23acdaa.tar.xz qemu-00637c6b0b67694127cc01dd75f3626da23acdaa.zip |
MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header
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>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files 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 |