On 05/24/2017 09:30 PM, Eric Blake wrote:
On 05/23/2017 09:56 PM, Wang Dong wrote:
Hi guys,
I am new to qemu. But I need do some job in it right now.
When I try read qmp code. I found a interesting part against it.
Some C source code is generate from json file.
I wonder why this? What is t
On 05/23/2017 09:56 PM, Wang Dong wrote:
>
> Hi guys,
>
> I am new to qemu. But I need do some job in it right now.
>
> When I try read qmp code. I found a interesting part against it.
>
> Some C source code is generate from json file.
>
> I wonder why this? What is the benefits of this?
Bori
Thank you, Fam.
On 05/24/2017 11:11 AM, Fam Zheng wrote:
On Wed, 05/24 10:56, Wang Dong wrote:
Some C source code is generate from json file.
I wonder why this? What is the benefits of this?
This allows you to concentrate on the high level semantics of the QMP API,
without worrying about C s
On Wed, 05/24 10:56, Wang Dong wrote:
> Some C source code is generate from json file.
>
> I wonder why this? What is the benefits of this?
This allows you to concentrate on the high level semantics of the QMP API,
without worrying about C syntax and structural code here and there. In one
word, m