From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXKi-0001pf-1B for qemu-devel@nongnu.org; Mon, 16 Nov 2015 22:53:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyXKe-0002rb-01 for qemu-devel@nongnu.org; Mon, 16 Nov 2015 22:53:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXKd-0002rW-RA for qemu-devel@nongnu.org; Mon, 16 Nov 2015 22:53:23 -0500 Date: Tue, 17 Nov 2015 11:53:16 +0800 From: Stefan Hajnoczi Message-ID: <20151117035316.GC16268@stefanha-x1.localdomain> References: <1447171055-29567-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8NvZYKFJsRX2Djef" Content-Disposition: inline In-Reply-To: <1447171055-29567-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] fix clang negative signed bit shift warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , ehabkost@redhat.com --8NvZYKFJsRX2Djef Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 10, 2015 at 03:57:32PM +0000, Stefan Hajnoczi wrote: > LLVM's clang 3.7.0 compile warns about bit shifting negative numbers beca= use > the result is undefined. This series includes 3 small fixes to appease c= lang. >=20 > Stefan Hajnoczi (3): > monitor: avoid clang shifting negative signed warning > tpm: avoid clang shifting negative signed warning > disas/arm: avoid clang shifting negative signed warning >=20 > disas/arm.c | 2 +- > hw/tpm/tpm_tis.c | 2 +- > target-i386/monitor.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > --=20 > 2.5.0 >=20 Thanks, applied Patches 2 & 3 to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --8NvZYKFJsRX2Djef Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWSqSsAAoJEJykq7OBq3PIPp4IAJ+tSEGt7yto91J3yU5RJ2V6 Jdq52p5tdy1hKmj2URjnKSysxHzK6r3V0N4LeQ2lZfu0fKDmFXhirL5aoutNecqP /SIq47Dlz0zBmwiUHZi1JqKMhlLK215Dtg0GAyQST6j4e9FW0sEpMqcgLt2OxZsX G9aBqtBBUZC4pd0Kas0jzaxZ+MKQzYsF90/HTwTsWS+2sy4UIc1ApLEu/TUNHKtr wYerMsZZy30LaxcUKtNysvuU7vvBZD5gX2WKgn9qccI4XMnoEJzlEwqHkplNSWIU CS+kl5QKaezjEJx15eGNiIxrOxys9BfpUFKOkKUaiLiLWjOeG4yLIs7Y6GIALW0= =rW8Z -----END PGP SIGNATURE----- --8NvZYKFJsRX2Djef--