Re: [Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-25 Thread Luiz Capitulino
On Fri, 25 Jan 2013 00:03:21 +0800 Lei Li wrote: > +MemCharRead *qmp_memchar_read(const char *device, int64_t size, > + bool has_format, enum DataFormat format, > + Error **errp) > +{ > +CharDriverState *chr; > +guchar *read_data;

[Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-24 Thread Lei Li
Signed-off-by: Lei Li --- hmp-commands.hx | 21 + hmp.c| 21 + hmp.h|1 + qapi-schema.json | 36 qemu-char.c | 48 qmp-commands.h

Re: [Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-24 Thread Lei Li
On 01/23/2013 11:42 PM, Luiz Capitulino wrote: On Wed, 23 Jan 2013 17:06:12 +0800 Lei Li wrote: Signed-off-by: Lei Li --- hmp-commands.hx | 21 + hmp.c| 17 + hmp.h|1 + qapi-schema.json | 36 +

Re: [Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-23 Thread Luiz Capitulino
On Wed, 23 Jan 2013 17:06:12 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp-commands.hx | 21 + > hmp.c| 17 + > hmp.h|1 + > qapi-schema.json | 36 > qemu-char.c | 48 +++

[Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-23 Thread Lei Li
Signed-off-by: Lei Li --- hmp-commands.hx | 21 + hmp.c| 17 + hmp.h|1 + qapi-schema.json | 36 qemu-char.c | 48 qmp-commands.hx |

Re: [Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-22 Thread Luiz Capitulino
On Tue, 22 Jan 2013 16:12:52 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp-commands.hx | 19 ++ > hmp.c| 17 > hmp.h|1 + > qapi-schema.json | 25 +++ > qemu-char.c | 57 > +

[Qemu-devel] [PATCH 3/3] QAPI: Introduce memchar-read QMP command

2013-01-22 Thread Lei Li
Signed-off-by: Lei Li --- hmp-commands.hx | 19 ++ hmp.c| 17 hmp.h|1 + qapi-schema.json | 25 +++ qemu-char.c | 57 ++ qmp-commands.hx | 34 +