]> Git Repo - qemu.git/commit
migration: Clean up around tls_creds, tls_hostname
authorMarkus Armbruster <[email protected]>
Tue, 18 Jul 2017 10:04:54 +0000 (12:04 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 24 Jul 2017 11:35:11 +0000 (13:35 +0200)
commit8cc99dcdc264bc896926e43e7576c7b7ab633d70
treeac58d5ec3a45d88f79008afb025a4c7bba3e1172
parent7e91e82044f8d23acfb9949a2cdd667a6b239acd
migration: Clean up around tls_creds, tls_hostname

Optional MigrationParameters members tls_creds and tls_hostname can't
actually be absent outside qmp_migrate_set_parameters() since commit
4af245d (v2.9.0).

Note that commit 4af245d reverted the part of commit de63ab6 (v2.8.0)
that made tls_creds and tls_hostname absent instead of "" in the value
of query-migrate-parameters, even though commit de63ab6 called that a
mistake.  What a mess.

Drop the redundant tests for presence, and update documentation.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Daniel P. Berrange <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
hmp.c
migration/migration.c
qapi-schema.json
This page took 0.025009 seconds and 4 git commands to generate.