qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file
Date: Tue, 30 Jun 2009 08:30:56 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Avi Kivity wrote:
Writing parsers and emitters should be a required part of writing a qemu control program?

That's what libraries are for. The thing that you still haven't addressed with JSON, is that there isn't a huge community of JSON parsers out there. The only json library available in Fedora 10 for C appears to be json-glib which carries a GObject dependency. Practically speaking, if we did use JSON, we would have to provide our own parser library.

I will commit a patch series that meets these goals.

We have six months so you'll commit some unreviewed patches now?

Where does unreviewed come from? Why does the emission format have to be perfect in order to start refactoring the monitor interfaces? There is a large bit of this work effort that has nothing to do with output format. I don't want to block that work effort.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]