From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27638C433DB for ; Wed, 31 Mar 2021 00:18:28 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B66DA619CA for ; Wed, 31 Mar 2021 00:18:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B66DA619CA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:43180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lROZ0-0004a5-QS for qemu-devel@archiver.kernel.org; Tue, 30 Mar 2021 20:18:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lROXN-0003T5-8l; Tue, 30 Mar 2021 20:16:45 -0400 Received: from bilbo.ozlabs.org ([2401:3900:2:1::2]:48703 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lROXH-00081z-13; Tue, 30 Mar 2021 20:16:41 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 4F96LT31Lsz9sXV; Wed, 31 Mar 2021 11:16:33 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1617149793; bh=NbTNOWoedxL+YtskLRq/SvJNFf8dOQH8eiTLBCZV2zc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eC5mMiqVzeHkzUVocXNTOI99llmMIWAuG0b3+9yC3J9s5TdovfQmHs3VCIArJE1Av mYojMsu0bGN7UMZQOM2iqiJ9on81wbSdmsb7rgwUaPtDsw37AC8lqAj6heh6NWhhQJ M1Dy5q32uUNqNhOsGxf9DrT7OHGkG1550nQOuX8U= Date: Wed, 31 Mar 2021 11:09:06 +1100 From: David Gibson To: Richard Henderson Subject: Re: [PATCH v5 02/10] target/ppc: Disconnect hflags from MSR Message-ID: References: <20210323184340.619757-1-richard.henderson@linaro.org> <20210323184340.619757-3-richard.henderson@linaro.org> <20210329150522.1b00607d@bahia.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ucfy3SayQQ6ECKFo" Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2401:3900:2:1::2; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ivan Warren , qemu-ppc@nongnu.org, Greg Kurz , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --ucfy3SayQQ6ECKFo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 30, 2021 at 08:01:13AM -0700, Richard Henderson wrote: > On 3/29/21 10:54 PM, David Gibson wrote: > > B) Just the hflags patches from my / Richard's tree > > https://gitlab.com/dgibson/qemu/-/pipelines/278497244 >=20 > Look closer at this one -- it's an s390x test that's failing: >=20 > make: *** [/builds/dgibson/qemu/tests/Makefile.include:63: > run-tcg-tests-s390x-linux-user] Error 2 Goldangit! Good point. Now I'm even more baffled as to how I wasn't able to reproduce on master, but was on different variants of my tree. A whole heap of bad luck, I guess. --=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 --ucfy3SayQQ6ECKFo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAmBjvaAACgkQbDjKyiDZ s5JeOA/+Lp0FYxlezY4BSjgL5zrH19FLlh90DPBU0R60AHwOfEZn5bOK50W7f53A E57FLgVOfDo0C9h7DWvSBQ1ytCxxqQUl/2a03Bq8pDp2dlPmtj3LUuel2K8ViPY4 Muqia9PUcFkCT0pq/pUo8dBXzHxNe/55SFyvA7b1EnzK1MWPbm97J6ZoYqV9/Hko 7LO168QRm/i87yAdEfhcxOyggJf0J9ZgaVp6wbjvKmOKo46pXVUyXJbcnROrV+XC eufl+W+1HYoPvqdCTLsGdVVM3CIZvp/UvqVdLg8Lzf2SzmU+Rg2wHmNDsuCZ08oZ DVWq2ZK3KDLcGt6GnjpX2EFH1mv9qcyn/HfHmi7e73BrwqsCsc0gwDHM4WVATSgr aoRvQZ3WORmxTSJ/cpigX6nEYN8zz5DkGLI3/161RhEVggA6pgnnBk6ztyu6IhWO veufENV/QC49oQqp4FoDtkpJvdMCqqCGIhkGHaD4ek8MV0qhanLCLtNlM6EIZgC3 oEIC9zCeD7V3Zk3DTaYeohJjTkstNa91xq22uZ8NJAI7gcnxc1uK5O2ZxhxSVPTr Y1m9M688nrYnpScVrNq8waVIYbYXrvcG/cqfAcXnBoF47kr8UXh+lCcPIuByPP9P EResN8D0mOFKB5Xjy2jKSTCmxaHLuobib7oXaj6HW+47kVoK60s= =omBK -----END PGP SIGNATURE----- --ucfy3SayQQ6ECKFo--