On 29.05.26 00:29, Peter Xu wrote:
QEMU doesn't yet have a good way to specify migration parameters so that
they can be available even during early stage of QEMU boots.  It is because
the migration object (who owns the migration parameters) will only be
created after PHASE_LATE_BACKENDS_CREATED.  It means anything before it
reading migration parameters is illegal.

But with this series, we actually do create a part of this migration object,
which is created earlier.

Is it possible instead to initialize the whole migration object earlier?
Or maybe, somehow "partly" initialize it (if full initialization is not
possible for some reasons), but still keep one object, without external
part, stored in separate global variable?

--
Best regards,
Vladimir

Reply via email to