Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-26 Thread Dr. David Alan Gilbert
* Li, Liang Z (liang.z...@intel.com) wrote: > > > * Liang Li (liang.z...@intel.com) wrote: > > > Add the qmp and hmp commands to tune the parameters used in live > > > migration. > > > > If I understand correctly on the destination side we need to set the number > > of decompression threads very

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-24 Thread Li, Liang Z
> * Liang Li (liang.z...@intel.com) wrote: > > Add the qmp and hmp commands to tune the parameters used in live > > migration. > > If I understand correctly on the destination side we need to set the number > of decompression threads very early on an incoming migration - I'm not clear > how earl

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-23 Thread Eric Blake
On 01/23/2015 08:59 AM, Dr. David Alan Gilbert wrote: > * Eric Blake (ebl...@redhat.com) wrote: >> On 01/23/2015 06:48 AM, Dr. David Alan Gilbert wrote: >>> * Liang Li (liang.z...@intel.com) wrote: Add the qmp and hmp commands to tune the parameters used in live migration. >>> >>> If I un

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-23 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 01/23/2015 06:48 AM, Dr. David Alan Gilbert wrote: > > * Liang Li (liang.z...@intel.com) wrote: > >> Add the qmp and hmp commands to tune the parameters used in live > >> migration. > > > > If I understand correctly on the destination side we need to se

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-23 Thread Eric Blake
On 01/23/2015 06:48 AM, Dr. David Alan Gilbert wrote: > * Liang Li (liang.z...@intel.com) wrote: >> Add the qmp and hmp commands to tune the parameters used in live >> migration. > > If I understand correctly on the destination side we need to set the number of > decompression threads very early o

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-23 Thread Eric Blake
On 12/11/2014 06:29 PM, Liang Li wrote: > Add the qmp and hmp commands to tune the parameters used in live > migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > hmp-commands.hx | 15 ++ > hmp.c | 32 + > hm

Re: [Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2015-01-23 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Add the qmp and hmp commands to tune the parameters used in live > migration. If I understand correctly on the destination side we need to set the number of decompression threads very early on an incoming migration - I'm not clear how early that needs to

[Qemu-devel] [v3 12/13] migration: Add command to set migration parameter

2014-12-11 Thread Liang Li
Add the qmp and hmp commands to tune the parameters used in live migration. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- hmp-commands.hx | 15 ++ hmp.c | 32 + hmp.h | 3 ++ include/migration/mig