From: Peter Krempa Date: Tue, 27 Jul 2021 12:39:51 +0000 (+0200) Subject: NEWS: Use 'code' style for constant names in entry for recent migration fix X-Git-Tag: v7.6.0-rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26efd8be90b7971c45a5d90de6a5756f31dd9d2;p=thirdparty%2Flibvirt.git NEWS: Use 'code' style for constant names in entry for recent migration fix Signed-off-by: Peter Krempa Reviewed-by: Erik Skultety --- diff --git a/NEWS.rst b/NEWS.rst index a7a7022f8d..37f3c48d88 100644 --- 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)