Re: [Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command.

2012-07-18 Thread Avi Kivity
On 07/17/2012 08:58 PM, Stefano Stabellini wrote: > On Tue, 17 Jul 2012, Avi Kivity wrote: >> On 07/17/2012 04:30 PM, Anthony PERARD wrote: >> > This command is used during a migration of a guest under Xen. It calls >> > memory_global_dirty_log_start or memory_global_dirty_log_stop according to >>

Re: [Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command.

2012-07-17 Thread Stefano Stabellini
On Tue, 17 Jul 2012, Avi Kivity wrote: > On 07/17/2012 04:30 PM, Anthony PERARD wrote: > > This command is used during a migration of a guest under Xen. It calls > > memory_global_dirty_log_start or memory_global_dirty_log_stop according to > > the > > argument pass to the command. > > Is the com

Re: [Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command.

2012-07-17 Thread Avi Kivity
On 07/17/2012 04:30 PM, Anthony PERARD wrote: > This command is used during a migration of a guest under Xen. It calls > memory_global_dirty_log_start or memory_global_dirty_log_stop according to the > argument pass to the command. Is the command truly needed? Can't it come from the xen library y

Re: [Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command.

2012-07-17 Thread Eric Blake
On 07/17/2012 07:30 AM, Anthony PERARD wrote: In the subject, s/set-global/xen-&/, so that searching git log for the full monitor command name will hit this commit. > This command is used during a migration of a guest under Xen. It calls > memory_global_dirty_log_start or memory_global_dirty_log_

[Qemu-devel] [PATCH 1/4] QMP, Introduce set-global-dirty-log command.

2012-07-17 Thread Anthony PERARD
This command is used during a migration of a guest under Xen. It calls memory_global_dirty_log_start or memory_global_dirty_log_stop according to the argument pass to the command. Signed-off-by: Anthony PERARD --- qapi-schema.json | 13 + qmp-commands.hx | 24 +++