Re: [Qemu-devel] [PATCH 04/14] qapi: convert query-name

2011-08-24 Thread Luiz Capitulino
On Wed, 24 Aug 2011 15:41:43 -0500 Anthony Liguori wrote: > On 08/24/2011 03:28 PM, Luiz Capitulino wrote: > > On Wed, 24 Aug 2011 13:42:59 -0500 > > Anthony Liguori wrote: > > > >> A simple example conversion 'info name'. This also adds the new files for > >> QMP and HMP. > > > > The QAPI make

Re: [Qemu-devel] [PATCH 04/14] qapi: convert query-name

2011-08-24 Thread Anthony Liguori
On 08/24/2011 03:28 PM, Luiz Capitulino wrote: On Wed, 24 Aug 2011 13:42:59 -0500 Anthony Liguori wrote: A simple example conversion 'info name'. This also adds the new files for QMP and HMP. The QAPI makes QMP commands real good! (more comments below). Thanks :-) Signed-off-by: Ant

Re: [Qemu-devel] [PATCH 04/14] qapi: convert query-name

2011-08-24 Thread Luiz Capitulino
On Wed, 24 Aug 2011 13:42:59 -0500 Anthony Liguori wrote: > A simple example conversion 'info name'. This also adds the new files for > QMP and HMP. The QAPI makes QMP commands real good! (more comments below). > > Signed-off-by: Anthony Liguori > --- > Makefile.objs|1 + > hmp.c

[Qemu-devel] [PATCH 04/14] qapi: convert query-name

2011-08-24 Thread Anthony Liguori
A simple example conversion 'info name'. This also adds the new files for QMP and HMP. Signed-off-by: Anthony Liguori --- Makefile.objs|1 + hmp.c| 26 ++ hmp.h| 22 ++ monitor.c| 27 +-