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