Re: [Qemu-devel] [PATCH 4/6] QAPI: Introduce memchar_read QMP command

2012-08-23 Thread Lei Li
On 08/23/2012 01:46 PM, Eric Blake wrote: On 08/22/2012 11:14 PM, Lei Li wrote: Signed-off-by: Lei Li Again, subject line should use '-' not '_' for QMP. --- hmp-commands.hx | 16 hmp.c| 15 +++ hmp.h|1 + qapi-schema.json |

Re: [Qemu-devel] [PATCH 4/6] QAPI: Introduce memchar_read QMP command

2012-08-22 Thread Eric Blake
On 08/22/2012 11:14 PM, Lei Li wrote: > Signed-off-by: Lei Li Again, subject line should use '-' not '_' for QMP. > --- > hmp-commands.hx | 16 > hmp.c| 15 +++ > hmp.h|1 + > qapi-schema.json | 23 +++ > qemu-c

[Qemu-devel] [PATCH 4/6] QAPI: Introduce memchar_read QMP command

2012-08-22 Thread Lei Li
Signed-off-by: Lei Li --- hmp-commands.hx | 16 hmp.c| 15 +++ hmp.h|1 + qapi-schema.json | 23 +++ qemu-char.c | 32 qmp-commands.hx | 31 ++