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

2012-07-27 Thread Luiz Capitulino
On Fri, 20 Jul 2012 15:34:38 +0100 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. > > Signed-off-by: Anthony PERARD Reviewed-by: Luiz

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

2012-07-20 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 +++