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