mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add new migration flag VIR_MIGRATE_TLS
Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -815,6 +815,14 @@ typedef enum {
|
||||
* post-copy mode. See virDomainMigrateStartPostCopy for more details.
|
||||
*/
|
||||
VIR_MIGRATE_POSTCOPY = (1 << 15),
|
||||
|
||||
/* Setting the VIR_MIGRATE_TLS flag will cause the migration to attempt
|
||||
* to use the TLS environment configured by the hypervisor in order to
|
||||
* perform the migration. If incorrectly configured on either source or
|
||||
* destination, the migration will fail.
|
||||
*/
|
||||
VIR_MIGRATE_TLS = (1 << 16),
|
||||
|
||||
} virDomainMigrateFlags;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user