Marc-André Lureau <marcandre.lur...@gmail.com> writes: > Hi > > On Thu, Jan 11, 2018 at 10:32 PM, Marc-André Lureau > <marcandre.lur...@redhat.com> wrote: >> Add a pragma that allows to tag the following expressions in the >> schema with a unit name. By default, an expression has no unit name. >> >> See the docs/devel/qapi-code-gen.txt for more details. >> > > I inadvertently merged the following patch "qapi: add a -u/--unit > option to specify which unit to visit" with this one. > > Fixed in the github branch: https://github.com/elmarco/qemu/commits/qapi-if
Looks like it's still messed up: the patch there adds the pragma to docs/devel/qapi-code-gen.txt, the test cases, but no code. Make check fails. The code appears to be in the next patch. Please advise. [...]