On Wed, Mar 27, 2019 at 04:03:46PM +0100, Markus Armbruster wrote: > Recent commit cda4aa9a5a0 moved block backend creation before machine > property evaluation. This broke block backends registering migration > blockers. Commit e60483f2f84 fixed it by moving migration object > creation before block backend creation. This broke migration with > Xen. Turns out we need to configure the accelerator before we create > the migration object so that Xen's accelerator compat properties get > applied. Fix by calling configure_accelerator() earlier, right before > migration_object_init(). > > Fixes: e60483f2f8498ae08ae79ca4c6fb03a3317f5e1e > Reported-by: Anthony PERARD <[email protected]> > Signed-off-by: Markus Armbruster <[email protected]>
Tested-by: Anthony PERARD <[email protected]> Thanks! -- Anthony PERARD
