1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

NEWS: Fix false positive of sc_prohibit_doubled_word

In the previous commit we've added a sentence into NEWS.rst that
supposedly contains doubled word. Well, it doesn't really.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2021-07-28 17:43:05 +02:00
parent cd0adbc0bc
commit efa367cbd5

View File

@ -33,8 +33,8 @@ v7.6.0 (unreleased)
Specifying s390-pv as launch security type in an s390 domain prepares for
running the guest in protected virtualization secure mode, also known as
IBM Secure Execution. This simplifies the definition and reduces the risk
of an incorrect definition, e.g. by forgetting to specify iommu=on on all
virtio devices.
of an incorrect definition, e.g. by forgetting to specify ``iommu=on`` on
all virtio devices.
* **Improvements**