From c4b3e26d67efa88f69a483857c6ce233fc4e4ac3 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Mon, 20 Dec 2021 19:58:06 -0700 Subject: [PATCH] NEWS: Mention new virDomainSetLaunchSecurityState API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jim Fehlig Reviewed-by: Daniel P. Berrangé --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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