]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS.rst: update for the new TPM Proxy device
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 10 Jun 2020 18:11:52 +0000 (15:11 -0300)
committerJán Tomko <jtomko@redhat.com>
Tue, 23 Jun 2020 15:27:50 +0000 (17:27 +0200)
Tested-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 42d159b233ea8d638baaeece95f172bd966568a8..f21fbf3d49598dcbb67cf7436d36a5fd8c675be7 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,19 @@ v6.5.0 (unreleased)
     schema for node devices was expanded to support attributes for mediated
     devices.
 
+  * QEMU: add TPM Proxy device support
+
+    libvirt can now create guests using a new device type called
+    "TPM Proxy". The TPM Proxy connects to a TPM Resource Manager
+    present in the host, enabling the guest to run in secure virtual
+    machine mode with the help of an Ultravisor. Adding a TPM Proxy to
+    a pSeries guest brings no security benefits unless the guest is
+    running on a PPC64 host that has Ultravisor and TPM Resource Manager
+    support. Only one TPM Proxy is allowed per guest. A guest using
+    a TPM Proxy device can instantiate another TPM device at the same
+    time. This device is supported only for pSeries guests via the new
+    'spapr-tpm-proxy' model of the TPM 'passthrough' backend.
+
 * **Improvements**
 
 * **Bug fixes**