Re: [Qemu-devel] [PATCH 01/25] QMP: Rename query handlers

2010-12-07 Thread Luiz Capitulino
On Tue, 7 Dec 2010 10:28:25 -0200 Miguel Di Ciurcio Filho wrote: > On Mon, Dec 6, 2010 at 4:23 PM, Luiz Capitulino > wrote: > > Query handlers still carry their human monitor name. This commit > > renames all of them to a more QMP-like name. > > > > For example, do_info_version() is renamed to

Re: [Qemu-devel] [PATCH 01/25] QMP: Rename query handlers

2010-12-07 Thread Miguel Di Ciurcio Filho
On Mon, Dec 6, 2010 at 4:23 PM, Luiz Capitulino wrote: > Query handlers still carry their human monitor name. This commit > renames all of them to a more QMP-like name. > > For example, do_info_version() is renamed to qmp_query_version(). > - * do_info_balloon(): Balloon information > + * qmp_quer

[Qemu-devel] [PATCH 01/25] QMP: Rename query handlers

2010-12-06 Thread Luiz Capitulino
Query handlers still carry their human monitor name. This commit renames all of them to a more QMP-like name. For example, do_info_version() is renamed to qmp_query_version(). Signed-off-by: Luiz Capitulino --- balloon.c |4 +- balloon.h |2 +- block.c |4 +- block.h |