]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Refactor repeated call of yank_unregister_instance
authorTejus GK <tejus.gk@nutanix.com>
Wed, 21 Jun 2023 13:09:40 +0000 (13:09 +0000)
committerJuan Quintela <quintela@redhat.com>
Fri, 29 Sep 2023 15:05:23 +0000 (17:05 +0200)
commitf4e1b613362e51e205081a60b94f157c16acdca3
tree24a587d239afac36bf993b113b9a0212bea3f4a0
parent0368ace8f9eb24c5959466db352e4c4afc734954
migration: Refactor repeated call of yank_unregister_instance

In the function qmp_migrate(), yank_unregister_instance() gets called
twice which isn't required. Hence, refactoring it so that it gets called
during the local_error cleanup.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Tejus GK <tejus.gk@nutanix.com>
Message-ID: <20230621130940.178659-3-tejus.gk@nutanix.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c