]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Use 'code' style for constant names in entry for recent migration fix
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Jul 2021 12:39:51 +0000 (14:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 28 Jul 2021 06:10:20 +0000 (08:10 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
NEWS.rst

index a7a7022f8da120668e7ef7c666aef3305211ae5f..37f3c48d88a28ef3cafceef1eecf415e534e0841 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -23,12 +23,12 @@ v7.6.0 (unreleased)
 
 * **Bug fixes**
 
-  * qemu: Fix migration with VIR_MIGRATE_NON_SHARED_INC
+  * qemu: Fix migration with ``VIR_MIGRATE_NON_SHARED_INC``
 
-    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.
+    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)