From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPl1B-0006wf-2q for qemu-devel@nongnu.org; Sun, 31 Jan 2016 00:57:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPl18-0003qt-N4 for qemu-devel@nongnu.org; Sun, 31 Jan 2016 00:57:49 -0500 Date: Sat, 30 Jan 2016 23:29:43 +1100 From: David Gibson Message-ID: <20160130122943.GP23043@voom.redhat.com> References: <1454044031-5930-1-git-send-email-david@gibson.dropbear.id.au> <1454044031-5930-2-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fjEAjMKpll6GDq3U" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/39] ppc-for-2.6 queue 20160129 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Michael Roth , Alexey Kardashevskiy , QEMU Developers , Alexander Graf , "qemu-ppc@nongnu.org" --fjEAjMKpll6GDq3U Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 29, 2016 at 02:48:23PM +0000, Peter Maydell wrote: > On 29 January 2016 at 05:06, David Gibson w= rote: > > The following changes since commit 357e81c7e880f868833edf9f53cce1f3b09e= a8ec: > > > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160128' int= o staging (2016-01-28 11:46:34 +0000) > > > > are available in the git repository at: > > > > git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160129 > > > > for you to fetch changes up to 1699679e699276c0538008f6ca74cd04e6c68b42: > > > > target-ppc: Make every FPSCR_ macro have a corresponding FP_ macro (2= 016-01-29 14:01:52 +1100) > > > > ---------------------------------------------------------------- > > ppc patch queue for 2016-01-29 > > > > Currently accumulated patches for target-ppc, pseries machine type and > > related devices. > > * Cleanup of error handling code in spapr > > * A number of fixes for Macintosh devices for the benefit of MacOS 9 = and X > > * Remove some abuses of the RTAS memory access functions in spapr > > * Fixes for the gdbstub (and monitor debug) for VMX and VSX extension= s. > > * Fix pseries machine hotplug memory under TCG > > * Clean up and extend handling of multiple page sizes with 64-bit has= h MMUs > > >=20 > Hi. Unfortunately this generates errors when built with clang: >=20 > /home/petmay01/linaro/qemu-for-merges/target-ppc/mmu_helper.c:660:20: > error: unused function 'ppc4xx_tlb_invalidate_virt' > [-Werror,-Wunused-function] > static inline void ppc4xx_tlb_invalidate_virt(CPUPPCState *env, > ^ > 1 error generated. >=20 > The function does appear from a quick grep to be entirely unused... >=20 > (GCC doesn't complain about this because it doesn't warn about unused > static inline functions in a .c file, but clang does.) Dammit. Sorry. Now.. why didn't travis pick that up :/. --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --fjEAjMKpll6GDq3U Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWrKy3AAoJEGw4ysog2bOSNw4P/Rw/OPng2vpsb02n9p0t6SDq 0rqXQKw5ctNtYRnaMBstjooeYD3/8y5OMz4CuZIe2ZB6WNA3VkTKxQPzSNFDDYOn qzVz3y49ydLAreUuHdbV40tKekmU7d3MpU6iofaE5EeVBiuRWtsHdWqzEDdWItC3 G14KXhobaJlRc+2TSbD2mZMlI5/LxDWlMBqI8kMCk7uWWWuPbRuKUkAp+5vmUkXJ n1tMAmt+tNxU63eL1gLFyo4z5ssJfUlSRbadWx5NRckPRRjv/lwUK5eUuT+sCDoU k4fInTe8xKGGc2rPCXn5hWVOGAUIdFmflrqEZFMJo83PeJFrnyc7hcZqeLlHYAq0 hGI2HhnI4TUdhPP0z5A//zHIhAXJsXTGJlu8K/6ICi5rA5YcQFT2m0fLYVvmafp9 /hXJqFB5gqDsRk6yiC7B7neq8xeDWuZQqkXsXplailLkQIDWpbLDIsBWX1jj2N9E MpLZ86p2fGKAx4lI7vS84WWJjLwJ2bUF2Isivaggs1gEtsyAYbRflwg2/Qq8dm4i MasKJSTkdsGmHE9y773vVFZb80uCRc5RETw1NM4HPgEZmSQx1P5FBF3+LKTKPAn8 STBJ8qRAXOATQji1JC6StSjfX+xvmWmnBmiSPBVKEwJak9OACkI0e6PwuOc0IV6v +xyG405yy62FfMGmrtu0 =FMzP -----END PGP SIGNATURE----- --fjEAjMKpll6GDq3U--