]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Add new launch security type s390-pv
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Wed, 28 Jul 2021 12:36:00 +0000 (14:36 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 28 Jul 2021 15:09:13 +0000 (17:09 +0200)
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Viktor Mihajlovski <mihajlov@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index b4adde9f8202f081396db08c4c962e577dc490bb..4f46f92949a206c78dc4ccf8ff0a57c07ffd5e68 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,14 @@ v7.6.0 (unreleased)
     block tracking features (block-dirty-bitmaps) to be able to do incremental
     backups and management of the checkpoint states via the appropriate APIs.
 
+  * qemu: Add support for launch security type s390-pv
+
+    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.
+
 * **Improvements**
 
 * **Bug fixes**