[PATCH v2 8/9] qemu: tpm: Enable migration with VIR_MIGRATE_TPM_SHARED_STORAGE

Stefan Berger posted 9 patches 3 years, 4 months ago
There is a newer version of this series
[PATCH v2 8/9] qemu: tpm: Enable migration with VIR_MIGRATE_TPM_SHARED_STORAGE
Posted by Stefan Berger 3 years, 4 months ago
Add the flag VIR_MIGRATE_TPM_SHARED_STORAGE to the collection of
supported flags for QEMU VM migration.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
---
 src/qemu/qemu_migration.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/qemu/qemu_migration.h b/src/qemu/qemu_migration.h
index fbea45ad4e..4203abcb1a 100644
--- a/src/qemu/qemu_migration.h
+++ b/src/qemu/qemu_migration.h
@@ -62,6 +62,7 @@
      VIR_MIGRATE_NON_SHARED_SYNCHRONOUS_WRITES | \
      VIR_MIGRATE_POSTCOPY_RESUME | \
      VIR_MIGRATE_ZEROCOPY | \
+     VIR_MIGRATE_TPM_SHARED_STORAGE | \
      0)
 
 /* All supported migration parameters and their types. */
-- 
2.37.3