]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention new virDomainSetLaunchSecurityState API
authorJim Fehlig <jfehlig@suse.com>
Tue, 21 Dec 2021 02:58:06 +0000 (19:58 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 4 Jan 2022 17:56:00 +0000 (10:56 -0700)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index 313b4f52b6c0c74b0e5e2a9b1974964b020785a7..3c06fdde0f2188ad319897af515af584252ea897 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,6 +47,12 @@ v8.0.0 (unreleased)
     Libvirt is now able to set the size of translation block cache size
     (tb-size) for TCG domains.
 
+    * qemu: Add new API to inject a launch secret in a domain
+
+    New API ``virDomainSetLaunchSecurityState()`` and virsh command
+    ``domsetlaunchsecstate`` are added to support injecting a launch secret
+    in a domain's memory.
+
 * **Improvements**
 
   * libxl: Implement the virDomainGetMessages API