Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/qemu/qemu_tpm.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/qemu/qemu_tpm.c b/src/qemu/qemu_tpm.c
index 8d66a2127e..182209bda6 100644
--- a/src/qemu/qemu_tpm.c
+++ b/src/qemu/qemu_tpm.c
@@ -166,6 +166,12 @@ qemuTPMEmulatorCreateStorage(const char *storagepath,
}
+/**
+ * qemuTPMEmulatorDeleteStorage:
+ * @tpm: TPM definition
+ *
+ * Delete all persistent storage associated with the swtpm.
+ */
static void
qemuTPMEmulatorDeleteStorage(virDomainTPMDef *tpm)
{
--
2.34.1