[Qemu-devel] [PATCH 03/26] qapi: add code generation support for middle mode

2011-10-05 Thread Luiz Capitulino
From: Anthony Liguori To get the ball rolling merging QAPI, this patch introduces a "middle mode" to the code generator. In middle mode, the code generator generates marshalling functions that are compatible with the current QMP server. We absolutely need to replace the current QMP server in or

[Qemu-devel] [PATCH 03/26] qapi: add code generation support for middle mode

2011-09-30 Thread Luiz Capitulino
From: Anthony Liguori To get the ball rolling merging QAPI, this patch introduces a "middle mode" to the code generator. In middle mode, the code generator generates marshalling functions that are compatible with the current QMP server. We absolutely need to replace the current QMP server in or