On a %A in %Y, Peter Krempa wrote:
Wrong flag use could have user-visible implications. Mention the
fix.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 2536955a4a..2a97b5ece4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,13 @@ v7.6.0 (unreleased)
* **Bug fixes**
+ * qemu: Fix migration with VIR_MIGRATE_NON_SHARED_INC
+
+ libvirt-7.3 introduced a bug where VIR_MIGRATE_NON_SHARED_INC would not
Would
look nicer with the full version spelled out, even though
the last part is always 0:
libvirt 7.3.0 introduced a bug where VIR_MIGRATE_NON_SHARED_INC would not
+ actually migrate the contents of the disk due to broken logic
and at the
+ same time could trigger migration of storage when VIR_MIGRATE_TUNNELLED is
+ requested. This release fixes the bug.
+
v7.5.0 (2021-07-01)
===================
Jano