Eric Blake <ebl...@redhat.com> writes: > This is a subset of my earlier post "Rip out dynamic JSON parsing"[1], > and then a rebase of that work onto master. It is available here: > > git fetch git://repo.or.cz/qemu/ericb.git qapi-dynamic-json-v3 > > the tag name is a bit of a misnomer for the current series, but is > historically accurate. > > Since v2 [2], I've split up the original patches 2-3 (done manually, > and mixing multiple cleanups into one) into a much longer sequence of > patches 2-11 (separate cleanups in 2, 3, 10, 11, and use of Coccinelle > instead of manual for the bulk of the work); I've also dropped the > original patch 6. I've also addressed some of the comments left by > Markus on v2, although I still couldn't figure out how to use an 'id' > instead of "device":"floppy0" in 12. > > This is 2.10 material, and will probably be a conflict magnet the > longer it is not applied (conversely, since it is now generated by > Coccinelle, it will be a lot easier to regenerate the series if > another round of rebasing is needed).
I'm happy to stage this work in my tree for quick merging into 2.10. Looking forward to v4.