[PATCH v5 0/2] Update error description whenever migration fails

Tejus GK posted 2 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230621130940.178659-1-tejus.gk@nutanix.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
migration/migration.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
[PATCH v5 0/2] Update error description whenever migration fails
Posted by Tejus GK 10 months, 2 weeks ago
Hi everyone,

This is the v5 patchset which has been rebased on the current 
master. Requesting this to be queued for merge as this has already been
reviewed. 

Regards,
Tejus

Tejus GK (2):
  migration: Update error description whenever migration fails
  migration: Refactor repeated call of yank_unregister_instance

 migration/migration.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

-- 
2.22.3
Re: [PATCH v5 0/2] Update error description whenever migration fails
Posted by Juan Quintela 10 months, 2 weeks ago
Tejus GK <tejus.gk@nutanix.com> wrote:
> Hi everyone,
>
> This is the v5 patchset which has been rebased on the current 
> master. Requesting this to be queued for merge as this has already been
> reviewed. 

queued.

thanks.

>
> Regards,
> Tejus
>
> Tejus GK (2):
>   migration: Update error description whenever migration fails
>   migration: Refactor repeated call of yank_unregister_instance
>
>  migration/migration.c | 23 ++++++++++++-----------
>  1 file changed, 12 insertions(+), 11 deletions(-)