Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-31 Thread Eric Blake
On 07/31/2012 12:54 PM, Orit Wasserman wrote: Subject line is stale. > The management can enable/disable a capability for the next migration by using > migrate_set_capabilities QMP command. The QMP command is spelled migrate-set-capabilities. > The management can query the current migration cap

[Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-31 Thread Orit Wasserman
The management can enable/disable a capability for the next migration by using migrate_set_capabilities QMP command. The management can query the current migration capabilities using query-migrate-capabilities QMP command. The user can use migrate_set_capability and 'info migrate_capabilities' HMP

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-31 Thread Luiz Capitulino
On Tue, 31 Jul 2012 10:46:02 +0300 Orit Wasserman wrote: > On 07/30/2012 08:41 PM, Luiz Capitulino wrote: > > On Sun, 29 Jul 2012 12:42:54 +0300 > > Orit Wasserman wrote: > > > >> The management can enable/disable a capability for the next migration by > >> using > >> migrate_set_parameter com

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-31 Thread Orit Wasserman
On 07/30/2012 08:41 PM, Luiz Capitulino wrote: > On Sun, 29 Jul 2012 12:42:54 +0300 > Orit Wasserman wrote: > >> The management can enable/disable a capability for the next migration by >> using >> migrate_set_parameter command. >> The management can query the current migration capabilities usin

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-31 Thread Orit Wasserman
On 07/30/2012 08:41 PM, Luiz Capitulino wrote: > On Sun, 29 Jul 2012 12:42:54 +0300 > Orit Wasserman wrote: > >> The management can enable/disable a capability for the next migration by >> using >> migrate_set_parameter command. >> The management can query the current migration capabilities usin

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Juan Quintela
Juan Quintela wrote: > Orit Wasserman wrote: >> The management can enable/disable a capability for the next migration by >> using >> migrate_set_parameter command. >> The management can query the current migration capabilities using >> query-migrate-parameters >> >> Signed-off-by: Orit Wasserman

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Luiz Capitulino
On Mon, 30 Jul 2012 15:04:57 -0500 Anthony Liguori wrote: > Luiz Capitulino writes: > > > On Mon, 30 Jul 2012 14:45:04 -0500 > > Anthony Liguori wrote: > > > >> Orit Wasserman writes: > >> > >> > The management can enable/disable a capability for the next migration by > >> > using > >> > mi

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Anthony Liguori
Luiz Capitulino writes: > On Mon, 30 Jul 2012 14:45:04 -0500 > Anthony Liguori wrote: > >> Orit Wasserman writes: >> >> > The management can enable/disable a capability for the next migration by >> > using >> > migrate_set_parameter command. >> > The management can query the current migration

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Luiz Capitulino
On Mon, 30 Jul 2012 14:45:04 -0500 Anthony Liguori wrote: > Orit Wasserman writes: > > > The management can enable/disable a capability for the next migration by > > using > > migrate_set_parameter command. > > The management can query the current migration capabilities using > > query-migrate

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Anthony Liguori
Orit Wasserman writes: > The management can enable/disable a capability for the next migration by using > migrate_set_parameter command. > The management can query the current migration capabilities using > query-migrate-parameters > > Signed-off-by: Orit Wasserman > Signed-off-by: Juan Quintela

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Anthony Liguori
Juan Quintela writes: > Orit Wasserman wrote: >> The management can enable/disable a capability for the next migration by >> using >> migrate_set_parameter command. >> The management can query the current migration capabilities using >> query-migrate-parameters >> >> Signed-off-by: Orit Wasserm

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Eric Blake
On 07/30/2012 01:12 PM, Juan Quintela wrote: > Orit Wasserman wrote: >> The management can enable/disable a capability for the next migration by >> using >> migrate_set_parameter command. >> The management can query the current migration capabilities using >> query-migrate-parameters >> >> Signed

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Juan Quintela
Orit Wasserman wrote: > The management can enable/disable a capability for the next migration by using > migrate_set_parameter command. > The management can query the current migration capabilities using > query-migrate-parameters > > Signed-off-by: Orit Wasserman > Signed-off-by: Juan Quintela

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Luiz Capitulino
On Mon, 30 Jul 2012 12:11:52 -0600 Eric Blake wrote: > On 07/29/2012 03:42 AM, Orit Wasserman wrote: > > The management can enable/disable a capability for the next migration by > > using > > migrate_set_parameter command. > > The management can query the current migration capabilities using > >

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Eric Blake
On 07/29/2012 03:42 AM, Orit Wasserman wrote: > The management can enable/disable a capability for the next migration by using > migrate_set_parameter command. > The management can query the current migration capabilities using > query-migrate-parameters In addition to Luiz' nitpicks: Here in the

Re: [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-30 Thread Luiz Capitulino
On Sun, 29 Jul 2012 12:42:54 +0300 Orit Wasserman wrote: > The management can enable/disable a capability for the next migration by using > migrate_set_parameter command. > The management can query the current migration capabilities using > query-migrate-parameters In general looks good to me, I

[Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-29 Thread Orit Wasserman
The management can enable/disable a capability for the next migration by using migrate_set_parameter command. The management can query the current migration capabilities using query-migrate-parameters Signed-off-by: Orit Wasserman Signed-off-by: Juan Quintela --- hmp-commands.hx | 16 +++

[Qemu-devel] [PATCH 02/11] Add migrate_set_parameter and query-migrate-parameters

2012-07-25 Thread Orit Wasserman
The management can enable/disable a capability for the next migration by using migrate_set_parameter command. The management can query the current migration capabilities using query-migrate-parameters Signed-off-by: Orit Wasserman Signed-off-by: Juan Quintela --- hmp-commands.hx | 16 +++