[PATCH for-9.0 0/2] migration: Two migration bug fixes

Avihai Horon posted 2 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240328140252.16756-1-avihaih@nvidia.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
migration/migration.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[PATCH for-9.0 0/2] migration: Two migration bug fixes
Posted by Avihai Horon 1 month ago
Hello,

This small series fixes two migration bugs I stumbled upon recently.
Comments are welcome, thanks for reviewing.

Avihai Horon (2):
  migration: Set migration error in migration_completion()
  migration/postcopy: Ensure postcopy_start() sets errp if it fails

 migration/migration.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

-- 
2.26.3
Re: [PATCH for-9.0 0/2] migration: Two migration bug fixes
Posted by Peter Xu 1 month ago
On Thu, Mar 28, 2024 at 04:02:50PM +0200, Avihai Horon wrote:
> Hello,
> 
> This small series fixes two migration bugs I stumbled upon recently.
> Comments are welcome, thanks for reviewing.
> 
> Avihai Horon (2):
>   migration: Set migration error in migration_completion()
>   migration/postcopy: Ensure postcopy_start() sets errp if it fails

queued for 9.0-rc2, thanks.

-- 
Peter Xu