|
|
902636 |
From e3bec8c83459a68ae0c08e2ae0f1dbef24872d59 Mon Sep 17 00:00:00 2001
|
|
|
902636 |
From: Eric Blake <eblake@redhat.com>
|
|
|
902636 |
Date: Tue, 2 Jun 2020 02:34:09 +0100
|
|
|
902636 |
Subject: [PATCH 04/26] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps
|
|
|
902636 |
header
|
|
|
902636 |
|
|
|
902636 |
RH-Author: Eric Blake <eblake@redhat.com>
|
|
|
902636 |
Message-id: <20200602023420.2133649-2-eblake@redhat.com>
|
|
|
902636 |
Patchwork-id: 97068
|
|
|
902636 |
O-Subject: [RHEL-AV-8.2.1 qemu-kvm PATCH 01/12] MAINTAINERS: fix qcow2-bitmap.c under Dirty Bitmaps header
|
|
|
902636 |
Bugzilla: 1779893 1779904
|
|
|
902636 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
902636 |
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
|
902636 |
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
902636 |
|
|
|
902636 |
From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
902636 |
|
|
|
902636 |
Somehow I wrote not full path to the file. Fix that.
|
|
|
902636 |
|
|
|
902636 |
Also, while being here, rearrange entries, so that includes go first,
|
|
|
902636 |
then block, than migration, than util.
|
|
|
902636 |
|
|
|
902636 |
Fixes: 052db8e71444d
|
|
|
902636 |
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
902636 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
902636 |
(cherry picked from commit 00637c6b0b67694127cc01dd75f3626da23acdaa)
|
|
|
902636 |
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
|
902636 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
902636 |
---
|
|
|
902636 |
MAINTAINERS | 6 +++---
|
|
|
902636 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
902636 |
|
|
|
902636 |
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
|
902636 |
index d1b3e26..3a81ac9 100644
|
|
|
902636 |
--- a/MAINTAINERS
|
|
|
902636 |
+++ b/MAINTAINERS
|
|
|
902636 |
@@ -1873,12 +1873,12 @@ M: John Snow <jsnow@redhat.com>
|
|
|
902636 |
R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
|
902636 |
L: qemu-block@nongnu.org
|
|
|
902636 |
S: Supported
|
|
|
902636 |
-F: util/hbitmap.c
|
|
|
902636 |
-F: block/dirty-bitmap.c
|
|
|
902636 |
F: include/qemu/hbitmap.h
|
|
|
902636 |
F: include/block/dirty-bitmap.h
|
|
|
902636 |
-F: qcow2-bitmap.c
|
|
|
902636 |
+F: block/dirty-bitmap.c
|
|
|
902636 |
+F: block/qcow2-bitmap.c
|
|
|
902636 |
F: migration/block-dirty-bitmap.c
|
|
|
902636 |
+F: util/hbitmap.c
|
|
|
902636 |
F: tests/test-hbitmap.c
|
|
|
902636 |
F: docs/interop/bitmaps.rst
|
|
|
902636 |
T: git https://github.com/jnsnow/qemu.git bitmaps
|
|
|
902636 |
--
|
|
|
902636 |
1.8.3.1
|
|
|
902636 |
|