NEWS: Use 'code' style for constant names in entry for recent migration fix

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Peter Krempa 2021-07-27 14:39:51 +02:00
parent 776cc0e3fe
commit d26efd8be9

View File

@ -23,12 +23,12 @@ v7.6.0 (unreleased)
* **Bug fixes** * **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 libvirt 7.3.0 introduced a bug where ``VIR_MIGRATE_NON_SHARED_INC`` would
actually migrate the contents of the disk due to broken logic and at the not actually migrate the contents of the disk due to broken logic and at
same time could trigger migration of storage when VIR_MIGRATE_TUNNELLED is the same time could trigger migration of storage when
requested. This release fixes the bug. ``VIR_MIGRATE_TUNNELLED`` is requested. This release fixes the bug.
v7.5.0 (2021-07-01) v7.5.0 (2021-07-01)