Re: [Qemu-devel] [PATCH] qmp-commands.hx: Clean up mess of client_migrate_info

2011-03-22 Thread Anthony Liguori
On 03/09/2011 07:31 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen client_migrate_info was put into qmp-commands.hx in the middle of migrate_set_speed, between the command and it's description. In addition client_migrate_info put the description before the command itself, which is the wro

[Qemu-devel] [PATCH] qmp-commands.hx: Clean up mess of client_migrate_info

2011-03-09 Thread Jes . Sorensen
From: Jes Sorensen client_migrate_info was put into qmp-commands.hx in the middle of migrate_set_speed, between the command and it's description. In addition client_migrate_info put the description before the command itself, which is the wrong order. Signed-off-by: Jes Sorensen --- qmp-command