Re: [Qemu-devel] [PATCH 07/11] qapi: add json output visitor

2015-12-10 Thread Eric Blake
On 12/10/2015 04:53 PM, Eric Blake wrote: > We have several places that want to go from qapi to JSON; right now, > they have to create an intermediate QObject to do the work. That > also has the drawback that the JSON formatting of a QDict will > rearrange keys (according to a deterministic, but u

[Qemu-devel] [PATCH 07/11] qapi: add json output visitor

2015-12-10 Thread Eric Blake
We have several places that want to go from qapi to JSON; right now, they have to create an intermediate QObject to do the work. That also has the drawback that the JSON formatting of a QDict will rearrange keys (according to a deterministic, but unpredictable, hash), when humans have an easier ti