On Wed, Apr 11, 2018 at 04:41:08PM +0200, Jiri Denemark wrote:
The function checks whether QEMU supports TLS migration and stores
the
original value of tls-creds parameter to priv->migTLSAlias. This is no
longer needed because we already have the original value stored in
priv->migParams.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 2 --
src/qemu/qemu_domain.h | 4 ---
src/qemu/qemu_migration.c | 8 ++---
src/qemu/qemu_migration_params.c | 62 ++------------------------------
src/qemu/qemu_migration_params.h | 4 +--
5 files changed, 6 insertions(+), 74 deletions(-)
Worth it.
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano