Re: [Qemu-devel] [PATCH 2/3] migration: export parameters to props

2017-07-12 Thread Dr. David Alan Gilbert
* 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

[Qemu-devel] [PATCH 2/3] migration: export parameters to props

2017-07-11 Thread Peter Xu
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.