[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/11] migration/multifd: Remove error_setg() in migration_io
|
From: |
Fabiano Rosas |
|
Subject: |
Re: [PATCH 08/11] migration/multifd: Remove error_setg() in migration_ioc_process_incoming() |
|
Date: |
Tue, 02 Jan 2024 16:33:07 -0300 |
Avihai Horon <avihaih@nvidia.com> writes:
> If multifd_load_setup() fails in migration_ioc_process_incoming(),
> error_setg() is called with errp. This will lead to an assert because in
> that case errp already contains an error.
>
> Fix it by removing the redundant error_setg().
>
> Fixes: 6720c2b32725 ("migration: check magic value for deciding the mapping
> of channels")
> Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 08/11] migration/multifd: Remove error_setg() in migration_ioc_process_incoming(),
Fabiano Rosas <=