Re: [Qemu-devel] [v3 13/13] migration: Add command to query 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 query the parameters used in live > migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > hmp-commands.hx | 2 ++ > hmp.c| 19 +++ > hmp.h| 1 + > migration.

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

2015-01-23 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Add the qmp and hmp commands to query the parameters used in live > migration. Eric: I'm OK with this, but since it's interface stuff, I thought it best to let you check. Dave > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > hmp-comm

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

2014-12-11 Thread Liang Li
Add the qmp and hmp commands to query the parameters used in live migration. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- hmp-commands.hx | 2 ++ hmp.c| 19 +++ hmp.h| 1 + migration.c | 25 + monitor.c| 7