On Wed, Apr 11, 2018 at 04:42:02PM +0200, Jiri Denemark wrote:
Trying to delete the non-existent TLS objects results in ugly error
messages in the log, which could easily confuse users. Let's avoid this
confusion by not trying to delete the objects if we were not asked to
enable TLS migration and thus we didn't created the objects anyway.
This patch restores the behavior to the state before "qemu: Reset all
migration parameters".
Finally. The suspense was killing me.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_migration.c | 12 ++++++------
src/qemu/qemu_migration_params.c | 18 ++++++++++++------
src/qemu/qemu_migration_params.h | 3 ++-
src/qemu/qemu_process.c | 6 ++++--
4 files changed, 24 insertions(+), 15 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano