Re: [Qemu-devel] [PATCH 00/36] Rip out dynamic JSON parsing

2016-11-30 Thread Paolo Bonzini
- Original Message - > From: "Eric Blake" > To: qemu-devel@nongnu.org > Cc: pbonz...@redhat.com, arm...@redhat.com > Sent: Wednesday, November 30, 2016 8:50:05 PM > Subject: Re: [Qemu-devel] [PATCH 00/36] Rip out dynamic JSON parsing > > On 11/30/

Re: [Qemu-devel] [PATCH 00/36] Rip out dynamic JSON parsing

2016-11-30 Thread Eric Blake
On 11/30/2016 01:44 PM, Eric Blake wrote: > Followup series to conversation about PRId64 and MacOS: > https://lists.gnu.org/archive/html/qemu-devel/2016-11/msg04226.html > And I meant to add: Available as a tag at: git fetch git://repo.or.cz/qemu/ericb.git qapi-dynamic-json-v1 on top of Markus'

[Qemu-devel] [PATCH 00/36] Rip out dynamic JSON parsing

2016-11-30 Thread Eric Blake
Followup series to conversation about PRId64 and MacOS: https://lists.gnu.org/archive/html/qemu-devel/2016-11/msg04226.html We have relatively few users of dynamic JSON (the ability to pass varargs plus a format string with % sequences embedded in the JSON, to create a final QObject dynamically).