Re: [Qemu-devel] [PATCH 3/4] qjson: store tokens in a GQueue

2015-11-20 Thread Eric Blake
On 11/20/2015 02:04 AM, Paolo Bonzini wrote: > Even though we still have the "streamer" concept, the tokens can now > be deleted as they are read. While doing so convert from QList to > GQueue, since the next step will make tokens not a QObject and we > will have to do the conversion anyway. > >

[Qemu-devel] [PATCH 3/4] qjson: store tokens in a GQueue

2015-11-20 Thread Paolo Bonzini
Even though we still have the "streamer" concept, the tokens can now be deleted as they are read. While doing so convert from QList to GQueue, since the next step will make tokens not a QObject and we will have to do the conversion anyway. Signed-off-by: Paolo Bonzini --- include/qapi/qmp/json-