Blame SOURCES/kvm-qapi-bitmap-merge-document-name-change.patch

7711c0
From 31ed4da2c4cecaeff9ebdf7bfe8c911b8411b624 Mon Sep 17 00:00:00 2001
7711c0
From: John Snow <jsnow@redhat.com>
7711c0
Date: Wed, 20 Mar 2019 16:16:13 +0100
7711c0
Subject: [PATCH 015/163] qapi: bitmap-merge: document name change
7711c0
7711c0
RH-Author: John Snow <jsnow@redhat.com>
7711c0
Message-id: <20190320161631.14841-2-jsnow@redhat.com>
7711c0
Patchwork-id: 84947
7711c0
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH 01/19] qapi: bitmap-merge: document name change
7711c0
Bugzilla: 1668956
7711c0
RH-Acked-by: Max Reitz <mreitz@redhat.com>
7711c0
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
7711c0
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
7711c0
We named these using underscores instead of the preferred dash,
7711c0
document this nearby so we cannot possibly forget to rectify this
7711c0
when we remove the 'x-' prefixes when the feature becomes stable.
7711c0
7711c0
We do not implement the change ahead of time to avoid more work
7711c0
for libvirt to do in order to figure out how to use the beta version
7711c0
of the API needlessly.
7711c0
7711c0
Reported-by: Eric Blake <eblake@redhat.com>
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Message-Id: <20180919190934.16284-1-jsnow@redhat.com>
7711c0
Reviewed-by: Eric Blake <eblake@redhat.com>
7711c0
[eblake: typo fix]
7711c0
Signed-off-by: Eric Blake <eblake@redhat.com>
7711c0
(cherry picked from commit cb9f871e80fe630422e0962751a6f9fb1795fe02)
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
7711c0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
---
7711c0
 qapi/block-core.json | 2 ++
7711c0
 1 file changed, 2 insertions(+)
7711c0
7711c0
diff --git a/qapi/block-core.json b/qapi/block-core.json
7711c0
index 9c8c9ff..0960449 100644
7711c0
--- a/qapi/block-core.json
7711c0
+++ b/qapi/block-core.json
7711c0
@@ -1923,6 +1923,8 @@
7711c0
 ##
7711c0
 # @x-block-dirty-bitmap-merge:
7711c0
 #
7711c0
+# FIXME: Rename @src_name and @dst_name to src-name and dst-name.
7711c0
+#
7711c0
 # Merge @src_name dirty bitmap to @dst_name dirty bitmap. @src_name dirty
7711c0
 # bitmap is unchanged. On error, @dst_name is unchanged.
7711c0
 #
7711c0
-- 
7711c0
1.8.3.1
7711c0