Re: [Qemu-devel] [PATCH V2 1/3] HMP: add QDict to info callback handler

2012-12-27 Thread Wenchao Xia
Sorry I forgot to change the version number, pls ignore this serial. > On Thu, Dec 27, 2012 at 04:56:27PM +0800, Wenchao Xia wrote: This patch change all info call back function to take additional QDict * parameter, which allow those command take parameter. Now it is set to NULL at defaul

Re: [Qemu-devel] [PATCH V2 1/3] HMP: add QDict to info callback handler

2012-12-27 Thread Wenchao Xia
> On Thu, Dec 27, 2012 at 04:56:27PM +0800, Wenchao Xia wrote: This patch change all info call back function to take additional QDict * parameter, which allow those command take parameter. Now it is set to NULL at default case. v2: rebased, and better doc. Signed-off-by: Wenchao Xia ---

Re: [Qemu-devel] [PATCH V2 1/3] HMP: add QDict to info callback handler

2012-12-27 Thread Wei-Ren Chen
On Thu, Dec 27, 2012 at 04:56:27PM +0800, Wenchao Xia wrote: > This patch change all info call back function to take > additional QDict * parameter, which allow those command > take parameter. Now it is set to NULL at default case. > > v2: rebased, and better doc. > > Signed-off-by: Wenchao Xia

[Qemu-devel] [PATCH V2 1/3] HMP: add QDict to info callback handler

2012-12-27 Thread Wenchao Xia
This patch change all info call back function to take additional QDict * parameter, which allow those command take parameter. Now it is set to NULL at default case. v2: rebased, and better doc. Signed-off-by: Wenchao Xia --- hmp.c | 36 ++--