From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW4LP-0005jx-GR for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW4LL-0005Zl-Bv for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:44:15 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:35897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW4LL-0005ZQ-4Y for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:44:11 -0400 Received: by labgd6 with SMTP id gd6so16291377lab.3 for ; Thu, 12 Mar 2015 07:44:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1426170808-6343-1-git-send-email-stefanha@redhat.com> References: <1426170808-6343-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Thu, 12 Mar 2015 14:43:49 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v4 00/11] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On 12 March 2015 at 14:33, Stefan Hajnoczi wrote: > v4: > * Drop clang 3.5.0 fixes since they break with older clang and w32 [Peter] > > v3: > * Add clang 3.5.0 warning fixes > * Squash David Ahern's clang struct definition warnings fix > > 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" > > The following changes since commit ee74801035b0b5f1fdfd4e31d3a53f511f91c804: > > Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into staging (2015-03-11 18:22:15 +0000) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tags/net-pull-request > > for you to fetch changes up to 8d3f4f565fb4adf940a8824882a7f549304f34fd: > > rocker: timestamp on the debug logs helps correlate with events in the VM (2015-03-12 14:18:11 +0000) w32 build failure :-( cc1: warnings being treated as errors /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.c: In function 'rocker_io_readq': /home/petmay01/linaro/qemu-for-merges/hw/net/rocker/rocker.c:1109: warning: integer constant is too large for 'long' type (64 bit constant without ULL suffix.) -- PMM