Signed-off-by: Han Han <hhan(a)redhat.com>
---
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 893ad6f370..1d4fb62d5e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,13 @@ v8.9.0 (unreleased)
* **New features**
+ * qemu: Add flags to keep or remove TPM state for the virDomainUndefineFlags
+
+ ``VIR_DOMAIN_UNDEFINE_TPM`` and ``VIR_DOMAIN_UNDEFINE_KEEP_TPM`` specify
+ accordingly to delete or keep a TPM's persistent state directory structure
+ and files when undefine a domain. In virsh, they are the ``--tpm`` and
+ ``--keep-tpm`` for the sub-command undefine.
+
* qemu: Core Scheduling support
To avoid side channel attacks, the Linux kernel allows creating groups of
--
2.38.1