Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-14 Thread Eric Blake
On 04/14/2015 06:09 AM, Eric Blake wrote: > On 04/08/2015 12:20 AM, Liang Li wrote: >> Add the qmp commands to tune and query the parameters used in live >> migration. >> >> Signed-off-by: Liang Li >> Signed-off-by: Yang Zhang >> --- >> migration/migration.c | 56 >>

Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-14 Thread Eric Blake
On 04/08/2015 12:20 AM, Liang Li wrote: > Add the qmp commands to tune and query the parameters used in live > migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > migration/migration.c | 56 ++ > qapi-schema.json | 45 +

Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-14 Thread Juan Quintela
"Li, Liang Z" wrote: > >> Eric, can you review this and the following patch? I think they are >> correct, but >> I preffer someone more versed on QMP to review them. >> >> Thanks, Juan. > > Hi Juan & Eric, > > Since the latest QEMU is 2.3.0-rc2, is it possible to merge this > serial of pa

Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-13 Thread Li, Liang Z
> Eric, can you review this and the following patch? I think they are correct, > but > I preffer someone more versed on QMP to review them. > > Thanks, Juan. Hi Juan & Eric, Since the latest QEMU is 2.3.0-rc2, is it possible to merge this serial of patches to QEMU 2.3? If it can't not,

Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-08 Thread Juan Quintela
Liang Li wrote: > Add the qmp commands to tune and query the parameters used in live > migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang Eric, can you review this and the following patch? I think they are correct, but I preffer someone more versed on QMP to review them. Thank

[Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters

2015-04-07 Thread Liang Li
Add the qmp commands to tune and query the parameters used in live migration. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- migration/migration.c | 56 ++ qapi-schema.json | 45 qmp-commands.hx