On 11/25/2015 02:23 PM, Markus Armbruster wrote:
> From: Paolo Bonzini
>
> JSONLexer only needs a simple resizable buffer. json-streamer.c
> can allocate memory for each token instead of relying on reference
> counting of QStrings.
>
> Signed-off-by: Paolo Bonzini
> Message-Id: <1448300659-235
From: Paolo Bonzini
JSONLexer only needs a simple resizable buffer. json-streamer.c
can allocate memory for each token instead of relying on reference
counting of QStrings.
Signed-off-by: Paolo Bonzini
Message-Id: <1448300659-23559-2-git-send-email-pbonz...@redhat.com>
[Straightforwardly rebas