* Peter Xu (pet...@redhat.com) wrote:
> Export migration parameters to qdev properties. Then we can use, for
> example:
>
> -global migration.cpu-throttle-initial=xxx
>
> To specify migration parameters during init.
>
> One thing to mention is that, this usage should only be used for
> debuggi
Export migration parameters to qdev properties. Then we can use, for
example:
-global migration.cpu-throttle-initial=xxx
To specify migration parameters during init.
One thing to mention is that, this usage should only be used for
debugging/testing purpose, and should never be used elsewhere.