From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnL8s-0007cZ-Qt for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:43:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnL8n-0000Gl-5a for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:43:29 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:38378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnL8m-0000GV-L7 for qemu-devel@nongnu.org; Fri, 23 Sep 2016 03:43:25 -0400 Received: by mail-wm0-f54.google.com with SMTP id l132so14073009wmf.1 for ; Fri, 23 Sep 2016 00:43:24 -0700 (PDT) References: <1474526262-27011-1-git-send-email-david@gibson.dropbear.id.au> <20160923024018.GS2085@umbus.fritz.box> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20160923024018.GS2085@umbus.fritz.box> Date: Fri, 23 Sep 2016 08:42:22 +0100 Message-ID: <877fa3awpt.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Peter Maydell , "qemu-ppc@nongnu.org" , Alexander Graf , QEMU Developers David Gibson writes: > On Thu, Sep 22, 2016 at 03:03:50PM +0100, Peter Maydell wrote: >> On 22 September 2016 at 07:36, David Gibson wrote: >> > The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e: >> > >> > build-sys: fix make install regression (2016-09-20 11:32:43 +0100) >> > >> > are available in the git repository at: >> > >> > git://github.com/dgibson/qemu.git tags/ppc-for-2.8-20160922 >> > >> > for you to fetch changes up to 2832da4b6fc549d5feb2cf9fe53ad98cee894327: >> > >> > monitor: fix crash for platforms without a CPU 0 (2016-09-22 15:53:01 +1000) >> > >> > ---------------------------------------------------------------- >> > ppc patch queue 2016-09-22 >> > >> > This is my second pull request of ppc and spapr related patches for >> > qemu-2.8. Included here are >> > * TCG implementations for more POWER9 instructions >> > * Some preliminary XICS fixes in preparataion for the pnv machine type >> > * A significant ADB (Macintosh kbd/mouse) cleanup >> > * Some conversions to use trace instead of debug macros >> > * Fixes to correctly handle global TLB flush synchronization in >> > TCG. This is already a bug, but it will have much more impact >> > when we get MTTCG >> > * Add more qtest testcases for Power >> > * Some MAINTAINERS updates >> > * Assorted bugfixes >> > >> > This touches some test files and monitor.c which are technically >> > outside the ppc code, but coming through this tree because the changes >> > are primarily of interest to ppc. >> > >> > ---------------------------------------------------------------- >> >> I'm afraid this fails to build with clang: >> >> /home/petmay01/linaro/qemu-for-merges/target-ppc/translate.c:532:16: >> error: unused function 'L' [-Werro >> r,-Wunused-function] >> EXTRACT_HELPER(L, 16, 2); >> ^ >> 1 error generated. > > Drat, I wonder why travis didn't catch that for me. Maybe a version thing? I've got a patch in flight for building with the ThreadSanitizer which threw up some compiler warnings but that uses GCC. Maybe a more recent clang build should be added as well? > > Anyway, I've added an extra ifdef to address this and will send a new > pull request shortly. -- Alex Bennée