On Thu, 26 Aug 2021 at 13:32, Markus Armbruster <arm...@redhat.com> wrote: > > The following changes since commit d8ae530ec00368d4adfb996b5ef6c74cb4460504: > > Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into > staging (2021-08-25 21:09:48 +0100) > > are available in the Git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-08-26 > > for you to fetch changes up to 8a9f1e1d9cc55f5eb0946cbf8fd1ef9a0e7d3dac: > > qapi: make 'if' condition strings simple identifiers (2021-08-26 13:53:56 > +0200) > > ---------------------------------------------------------------- > QAPI patches patches for 2021-08-26 > > ---------------------------------------------------------------- > Marc-André Lureau (10): > docs: update the documentation upfront about schema configuration > qapi: wrap Sequence[str] in an object > qapi: add QAPISchemaIfCond.is_present() > qapi: introduce QAPISchemaIfCond.cgen() > qapidoc: introduce QAPISchemaIfCond.docgen() > qapi: replace if condition list with dict {'all': [...]} > qapi: add 'any' condition > qapi: Use 'if': { 'any': ... } where appropriate > qapi: add 'not' condition operation > qapi: make 'if' condition strings simple identifiers > > Markus Armbruster (1): > qapi: Fix crash on redefinition with a different condition
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2 for any user-visible changes. -- PMM