From: Boris Fiuczynski Date: Wed, 28 Jul 2021 12:36:00 +0000 (+0200) Subject: NEWS: Add new launch security type s390-pv X-Git-Tag: v7.6.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0adbc0bc87bcab82439f40b0bb6a61c08e5b26;p=thirdparty%2Flibvirt.git NEWS: Add new launch security type s390-pv Signed-off-by: Boris Fiuczynski Reviewed-by: Viktor Mihajlovski Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index b4adde9f82..4f46f92949 100644 --- 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**