Re: [Qemu-devel] [PATCH 00/14] Convert commands to QAPI (batch 1)

2011-08-25 Thread Luiz Capitulino
On Wed, 24 Aug 2011 13:42:55 -0500 Anthony Liguori wrote: > This is my attempt to jump-start the QAPI switch over. All of the hard work > is already done in my qapi branch, we just need to start merging stuff. > > To simplify the merge process, I've introduced a new mode to the code > generato

[Qemu-devel] [PATCH 00/14] Convert commands to QAPI (batch 1)

2011-08-24 Thread Anthony Liguori
This is my attempt to jump-start the QAPI switch over. All of the hard work is already done in my qapi branch, we just need to start merging stuff. To simplify the merge process, I've introduced a new mode to the code generator that lets us do conversions without using the new QMP server. Once t