qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL for-2.7 00/15] QAPI patches for 2016-07-19


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL for-2.7 00/15] QAPI patches for 2016-07-19
Date: Tue, 19 Jul 2016 17:56:10 +0100

On 19 July 2016 at 12:39, Markus Armbruster <address@hidden> wrote:
> The following changes since commit 0c1b58f25025cc09463aae235162b19ff45c37b7:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
> into staging (2016-07-19 10:54:49 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-07-19
>
> for you to fetch changes up to dd23811b012dd1b652b6f4010bc3c6f81bd3bae1:
>
>   net: Use correct type for bool flag (2016-07-19 13:21:09 +0200)
>
> ----------------------------------------------------------------
> QAPI patches for 2016-07-19
>
> ----------------------------------------------------------------
> Eric Blake (12):
>       qapi: Require all branches of flat union enum to be covered
>       qapi: Special case c_name() for empty type
>       qapi: Hide tag_name data member of variants
>       qapi: Add type.is_empty() helper
>       qapi: Drop useless gen_err_check()
>       qapi-event: Simplify visit of non-implicit data
>       qapi: Plumb in 'boxed' to qapi generator lower levels
>       qapi: Implement boxed types for commands/events
>       block: Simplify block_set_io_throttle
>       block: Simplify drive-mirror
>       qapi: Change Netdev into a flat union
>       net: Use correct type for bool flag
>
> Kővágó, Zoltán (1):
>       net: use Netdev instead of NetClientOptions in client init
>
> Paolo Bonzini (2):
>       qapi: change QmpOutputVisitor to QSLIST
>       qapi: change QmpInputVisitor to QSLIST

Hi. I'm afraid this fails to build on OSX:

/home/petmay01/linaro/qemu-for-merges/net/vde.c: In function ‘net_init_vde’:
/home/petmay01/linaro/qemu-for-merges/net/vde.c:119:9: error:
incompatible types when assigning to type ‘const struct
NetdevVdeOptions *’ from type ‘NetdevVdeOptions’
     vde = netdev->u.vde;
         ^

thanks
-- PMM



reply via email to

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