On Mon, 1 Apr 2019 11:08:25 +0200
Markus Armbruster wrote:
> migrate_add_blocker() asserts we have a current_migration object, in
> migrate_get_current(). We do only after migration_object_init().
>
> This contributes to the following dependency cycle:
>
> * configure_blockdev() must run befo
migrate_add_blocker() asserts we have a current_migration object, in
migrate_get_current(). We do only after migration_object_init().
This contributes to the following dependency cycle:
* configure_blockdev() must run before machine_set_property()
so machine properties can refer to block backe