Re: [Qemu-devel] [PATCH 1/6] migration: Unify block node activation error handling

2017-05-04 Thread Eric Blake
On 05/04/2017 11:52 AM, Kevin Wolf wrote: > Migration code activates all block driver nodes on the destination when > the migration completes. It does so by calling > bdrv_invalidate_cache_all() and blk_resume_after_migration(). There is > one code path for precopy and one for postcopy migration, r

[Qemu-devel] [PATCH 1/6] migration: Unify block node activation error handling

2017-05-04 Thread Kevin Wolf
Migration code activates all block driver nodes on the destination when the migration completes. It does so by calling bdrv_invalidate_cache_all() and blk_resume_after_migration(). There is one code path for precopy and one for postcopy migration, resulting in four function calls, which used to hav