From: Jim Fehlig Date: Tue, 21 Dec 2021 02:58:06 +0000 (-0700) Subject: NEWS: Mention new virDomainSetLaunchSecurityState API X-Git-Tag: v8.0.0-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b3e26d67efa88f69a483857c6ce233fc4e4ac3;p=thirdparty%2Flibvirt.git NEWS: Mention new virDomainSetLaunchSecurityState API Signed-off-by: Jim Fehlig Reviewed-by: Daniel P. Berrangé --- diff --git a/NEWS.rst b/NEWS.rst index 313b4f52b6..3c06fdde0f 100644 --- 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