qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/10] Introduce qmisc module


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 01/10] Introduce qmisc module
Date: Thu, 15 Oct 2009 13:45:00 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Luiz Capitulino wrote:
 Great!

 I have some concerns about string parsing though, can we make it very
simple? Like, only valid as keys and not expect anything fancy inside
the string delimiters?

Otherwise I think it would be easier to make it part of a grammar, which sounds like a good future improvement.
You know, once we have a json parser, we'll probably just want to turn this into an asprintf() that feeds into the json parser.

So just make sure that the format is valid json. In fact, it may be better to name this qobject_from_json().

Regards,

Anthony Liguori




reply via email to

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