Hello,

When I studied the code, I found in migration.c,
bdrv_clear_incoming_migration_all();

the cache of the bdrv devices will be deleted. 

Is this the one for the functions to be called after migration? 

Does the bdrv device need to be reopen or load state in block.c?  

I would like to find this function to add my new code.

Thanks.