Re: [Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write QMP command

2012-08-31 Thread Markus Armbruster
Eric Blake writes: > On 08/22/2012 11:14 PM, Lei Li wrote: >> Signed-off-by: Lei Li > > Subject line uses '_', but the QMP command uses '-' [1] > >> --- >> hmp-commands.hx | 16 >> hmp.c| 15 +++ >> hmp.h|1 + >> qapi-schema.json |

Re: [Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write QMP command

2012-08-31 Thread Markus Armbruster
Lei Li writes: > Signed-off-by: Lei Li > --- > hmp-commands.hx | 16 > hmp.c| 15 +++ > hmp.h|1 + > qapi-schema.json | 28 > qemu-char.c | 36 > qmp-commands

Re: [Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write QMP command

2012-08-30 Thread Luiz Capitulino
On Thu, 23 Aug 2012 13:14:23 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp-commands.hx | 16 > hmp.c| 15 +++ > hmp.h|1 + > qapi-schema.json | 28 > qemu-char.c | 36 ++

Re: [Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write QMP command

2012-08-22 Thread Lei Li
On 08/23/2012 01:42 PM, Eric Blake wrote: On 08/22/2012 11:14 PM, Lei Li wrote: Signed-off-by: Lei Li Subject line uses '_', but the QMP command uses '-' [1] --- hmp-commands.hx | 16 hmp.c| 15 +++ hmp.h|1 + qapi-schema.jso

Re: [Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write QMP command

2012-08-22 Thread Eric Blake
On 08/22/2012 11:14 PM, Lei Li wrote: > Signed-off-by: Lei Li Subject line uses '_', but the QMP command uses '-' [1] > --- > hmp-commands.hx | 16 > hmp.c| 15 +++ > hmp.h|1 + > qapi-schema.json | 28

[Qemu-devel] [PATCH 3/6] QAPI: Introduce memchar_write 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 | 28 qemu-char.c | 36 qmp-commands.hx | 33 +