qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 0/6] QAPI patches for 2019-12-17


From: Peter Maydell
Subject: Re: [PULL 0/6] QAPI patches for 2019-12-17
Date: Thu, 19 Dec 2019 17:05:22 +0000

On Wed, 18 Dec 2019 at 08:42, Markus Armbruster <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]