From: Stefan Hajnoczi <stefanha@gmail.com>
To: jiri@resnulli.us, sfeldma@gmail.com, dsahern@gmail.com
Cc: Peter Maydell <peter.maydell@linaro.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] [PULL v2 00/11] Net patches
Date: Fri, 6 Mar 2015 14:49:08 -0600 [thread overview]
Message-ID: <20150306204908.GG2431@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <CAFEAcA_pzoNBBoHfZRS+fJsT5FpP33EhJAFbxxkinc+GKJ3x0A@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2650 bytes --]
On Tue, Mar 03, 2015 at 11:50:33PM +0900, Peter Maydell wrote:
> On 28 February 2015 at 02:07, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> > v2:
> > * Squash in Jiri's fix for rocker format string specifiers [Peter]
> > * Squash in Windows build fix [Peter]
> > * Both build fixes are described in "rocker: add new rocker switch device"
Jiri or Scott: Please address these clang (llvm) warnings and send a
final revision of the Rocker patch series. I recommend starting from
the patches in this pull request since they already include other
compiler warning fixes.
To build with clang, use: CC=clang ./configure --disable-werror ...
> Still hasn't fixed all the build errors, I'm afraid:
>
> In file included from
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.h:24,
> from
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.c:19:
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_world.h:24:
> error: redefinition of typedef 'RockerTlv'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_hw.h:143:
> error: previous declaration of 'RockerTlv' was here
> In file included from
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.c:19:
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.h:71:
> error: redefinition of typedef 'World'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_world.h:22:
> error: previous declaration of 'World' was here
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.h:72:
> error: redefinition of typedef 'Rocker'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_world.h:23:
> error: previous declaration of 'Rocker' was here
> In file included from
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.c:21:
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.h:25:
> error: redefinition of typedef 'Rocker'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.h:72:
> error: previous declaration of 'Rocker' was here
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.h:27:
> error: redefinition of typedef 'World'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.h:71:
> error: previous declaration of 'World' was here
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.c:42:
> error: redefinition of typedef 'FpPort'
> /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker_fp.h:26:
> error: previous declaration of 'FpPort' was here
> make: *** [hw/net/rocker/rocker_fp.o] Error 1
>
> (similarly for other types like DescRing and DescInfo).
>
> -- PMM
>
[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]
prev parent reply other threads:[~2015-03-06 20:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 17:07 [Qemu-devel] [PULL v2 00/11] Net patches Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 01/11] net: synchronize net_host_device_remove with host_net_remove_completion Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 02/11] tests: rtl8139: test timers and interrupt Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 03/11] net: add MAC address string printer Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 04/11] virtio-net: use qemu_mac_strdup_printf Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 05/11] rocker: add register programming guide Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 06/11] pci: add rocker device ID Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 07/11] pci: add network device class 'other' for network switches Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 08/11] rocker: add new rocker switch device Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 09/11] rocker: add tests Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 10/11] MAINTAINERS: add rocker Stefan Hajnoczi
2015-02-27 17:07 ` [Qemu-devel] [PULL v2 11/11] rocker: timestamp on the debug logs helps correlate with events in the VM Stefan Hajnoczi
2015-03-03 14:50 ` [Qemu-devel] [PULL v2 00/11] Net patches Peter Maydell
2015-03-06 20:49 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150306204908.GG2431@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=dsahern@gmail.com \
--cc=jiri@resnulli.us \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sfeldma@gmail.com \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).