Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-09-02 Thread Luiz Capitulino
On Fri, 02 Sep 2011 11:45:28 -0500 Anthony Liguori wrote: > On 09/02/2011 11:31 AM, Michael Roth wrote: > > >>> This ended up being a bit harder than I initially thought so I'd prefer > >>> to delay this to another series so we can start converting commands to > >>> QAPI ASAP. > >> > >> Fine wit

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-09-02 Thread Anthony Liguori
On 09/02/2011 11:31 AM, Michael Roth wrote: This ended up being a bit harder than I initially thought so I'd prefer to delay this to another series so we can start converting commands to QAPI ASAP. Fine with me. Same. Curious what the complications are though, I wouldn't mind looking at it.

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-09-02 Thread Michael Roth
On 09/02/2011 11:09 AM, Luiz Capitulino wrote: On Fri, 02 Sep 2011 11:00:50 -0500 Anthony Liguori wrote: On 08/25/2011 11:24 AM, Michael Roth wrote: On 08/24/2011 01:42 PM, Anthony Liguori wrote: Use the new middle mode within the existing QMP server. Signed-off-by: Anthony Liguori --- Make

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-09-02 Thread Luiz Capitulino
On Fri, 02 Sep 2011 11:00:50 -0500 Anthony Liguori wrote: > On 08/25/2011 11:24 AM, Michael Roth wrote: > > On 08/24/2011 01:42 PM, Anthony Liguori wrote: > >> Use the new middle mode within the existing QMP server. > >> > >> Signed-off-by: Anthony Liguori > >> --- > >> Makefile | 11 +++

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-09-02 Thread Anthony Liguori
On 08/25/2011 11:24 AM, Michael Roth wrote: On 08/24/2011 01:42 PM, Anthony Liguori wrote: Use the new middle mode within the existing QMP server. Signed-off-by: Anthony Liguori --- Makefile | 11 +++ Makefile.objs | 2 ++ Makefile.target | 6 +++--- monitor.c | 11 --- qapi-schema.

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-08-25 Thread Luiz Capitulino
On Thu, 25 Aug 2011 11:24:04 -0500 Michael Roth wrote: > On 08/24/2011 01:42 PM, Anthony Liguori wrote: > > Use the new middle mode within the existing QMP server. > > > > Signed-off-by: Anthony Liguori > > --- > > Makefile | 11 +++ > > Makefile.objs|2 ++ > > Makef

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-08-25 Thread Michael Roth
On 08/24/2011 01:42 PM, Anthony Liguori wrote: Use the new middle mode within the existing QMP server. Signed-off-by: Anthony Liguori --- Makefile | 11 +++ Makefile.objs|2 ++ Makefile.target |6 +++--- monitor.c| 11 --- qapi-schema.json |

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-08-24 Thread Anthony Liguori
On 08/24/2011 03:20 PM, Luiz Capitulino wrote: On Wed, 24 Aug 2011 13:42:58 -0500 Anthony Liguori wrote: Use the new middle mode within the existing QMP server. Signed-off-by: Anthony Liguori --- Makefile | 11 +++ Makefile.objs|2 ++ Makefile.target |6 +++-

Re: [Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-08-24 Thread Luiz Capitulino
On Wed, 24 Aug 2011 13:42:58 -0500 Anthony Liguori wrote: > Use the new middle mode within the existing QMP server. > > Signed-off-by: Anthony Liguori > --- > Makefile | 11 +++ > Makefile.objs|2 ++ > Makefile.target |6 +++--- > monitor.c| 11

[Qemu-devel] [PATCH 03/14] qapi: use middle mode in QMP server

2011-08-24 Thread Anthony Liguori
Use the new middle mode within the existing QMP server. Signed-off-by: Anthony Liguori --- Makefile | 11 +++ Makefile.objs|2 ++ Makefile.target |6 +++--- monitor.c| 11 --- qapi-schema.json |3 +++ 5 files changed, 27 insertions(+), 6 delet