qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL V2 00/20] Net patches
Date: Tue, 24 May 2016 14:41:14 +0100

On 24 May 2016 at 08:49, Jason Wang <address@hidden> wrote:
> The following changes since commit 3a2da52a99582ac2c0e29e548bb1fc28e2cdb84a:
>
>   net/tap: Allocating Large sized arrays to heap (2016-05-24 15:30:41 +0800)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to f99d30aaf53e5b501dd3405007232db963ba65c6:
>
>   net/net: Add SocketReadState for reuse codes (2016-05-24 15:30:42 +0800)
>
> ----------------------------------------------------------------
>
> Main changes:
> - e1000e emulation
> - convet vmxnet3 to use DMA api
> Changes from V1:
> - fix 32bit build

Hi; I'm afraid this doesn't build on clang, which dislikes duplicate
typedefs:

In file included from /home/petmay01/linaro/qemu-for-merges/hw/net/e1000e.c:47:
/home/petmay01/linaro/qemu-for-merges/hw/net/e1000e_core.h:110:3:
error: redefinition of typedef 'E1000ECore' is a C11 feature
[-Werror,-Wtypedef-redefinition]
} E1000ECore;
  ^
/home/petmay01/linaro/qemu-for-merges/hw/net/e1000e_core.h:43:29:
note: previous definition is here
typedef struct E1000Core_st E1000ECore;
                            ^

thanks
-- PMM



reply via email to

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