Re: [Qemu-devel] [PATCH RFC] migration: Re-implement 'migrate-set-parameters' to make it easily for extension

2015-06-09 Thread zhanghailiang
On 2015/6/9 18:49, Eric Blake wrote: On 06/09/2015 01:18 AM, zhanghailiang wrote: In the subject: s/easily/easier/ 'migrate-set-parameters' was specially used for setting the compression related parameters of migration. Here we re-implement it so that it can be easily extended when we want to

Re: [Qemu-devel] [PATCH RFC] migration: Re-implement 'migrate-set-parameters' to make it easily for extension

2015-06-09 Thread Eric Blake
On 06/09/2015 01:18 AM, zhanghailiang wrote: In the subject: s/easily/easier/ > 'migrate-set-parameters' was specially used for setting the compression > related > parameters of migration. Here we re-implement it so that it can be easily > extended when > we want to add other parameters for mig

[Qemu-devel] [PATCH RFC] migration: Re-implement 'migrate-set-parameters' to make it easily for extension

2015-06-09 Thread zhanghailiang
'migrate-set-parameters' was specially used for setting the compression related parameters of migration. Here we re-implement it so that it can be easily extended when we want to add other parameters for migration. Signed-off-by: zhanghailiang --- hmp.c | 23 +++