On Wed, 18 Dec 2019 at 08:42, Markus Armbruster <arm...@redhat.com> wrote: > Perplexing. None of the files involved gets changed by this pull > request. My qapi-types-crypto.h has > > typedef struct QCryptoBlockOptionsQCow QCryptoBlockOptionsQCow; > [...] > struct QCryptoBlockOptionsQCow { > bool has_key_secret; > char *key_secret; > }; > [...] > struct QCryptoBlockOpenOptions { > /* Members inherited from QCryptoBlockOptionsBase: */ > QCryptoBlockFormat format; > /* Own members: */ > union { /* union tag is @format */ > QCryptoBlockOptionsQCow qcow; > QCryptoBlockOptionsLUKS luks; > } u; > }; > > before and after. May I see yours?
Unfortunately not -- I've already discarded this build attempt and continued with processing other merge requests. thanks -- PMM