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

Stefan Berger stefanb at linux.ibm.com
Wed Oct 5 14:02:06 UTC 2022


Add the flag VIR_MIGRATE_TPM_SHARED_STORAGE to the collection of
supported flags for QEMU VM migration.

Signed-off-by: Stefan Berger <stefanb at 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



More information about the libvir-list mailing list