qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/27] Net patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/27] Net patches
Date: Mon, 26 Sep 2016 14:04:44 -0700

On 26 September 2016 at 01:59, Jason Wang <address@hidden> wrote:
> The following changes since commit 3b71ec8516bb50e9a743645bf139571de0b39f61:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging 
> (2016-09-23 16:15:33 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to 172213e93226cf1fa0a230de5137020cd24ae715:
>
>   imx_fec: fix error in qemu_send_packet argument (2016-09-26 16:28:14 +0800)
>
> ----------------------------------------------------------------
>
> - allow to specify the rx queue size for virtio-net
> - colo packet comparing thread
> - filter-writer to rewrite tcp seq for comparing and secondary VM
> - align some e1000e behaviour to spec
> - allow to specify bridge for a tap ifup script
>
> ----------------------------------------------------------------


Fails to build (both gcc and clang):

/home/pm215/qemu/net/filter-rewriter.c: In function ‘colo_rewriter_receive_iov’:
/home/pm215/qemu/net/filter-rewriter.c:158:5: error: missing braces
around initializer [-Werror=missing-braces]
     ConnectionKey key = { 0 };
     ^
/home/pm215/qemu/net/filter-rewriter.c:158:5: error: (near
initialization for ‘key.src’) [-Werror=missing-braces]
cc1: all warnings being treated as errors
make: *** [net/filter-rewriter.o] Error 1
make: *** Waiting for unfinished jobs....
/home/pm215/qemu/net/colo-compare.c: In function ‘packet_enqueue’:
/home/pm215/qemu/net/colo-compare.c:114:5: error: missing braces
around initializer [-Werror=missing-braces]
     ConnectionKey key = { 0 };
     ^
/home/pm215/qemu/net/colo-compare.c:114:5: error: (near initialization
for ‘key.src’) [-Werror=missing-braces]


thanks
-- PMM



reply via email to

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