From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCNiq-0006Em-Ak for qemu-devel@nongnu.org; Wed, 08 Nov 2017 05:36:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCNip-0006ql-Dk for qemu-devel@nongnu.org; Wed, 08 Nov 2017 05:36:40 -0500 Date: Wed, 8 Nov 2017 10:36:31 +0000 From: Dave Martin Message-ID: <20171108103630.GB8971@e103592.cambridge.arm.com> References: <20171107150558.22131-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20171107150558.22131-1-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RISU PATCH 00/10] Initial support for SVE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: "peter.maydell@linaro.org" , "qemu-devel@nongnu.org" , "qemu-arm@nongnu.org" On Tue, Nov 07, 2017 at 03:05:48PM +0000, Alex Benn=E9e wrote: > Hi, >=20 > These patches apply on-top of the last clean-up series: >=20 > Subject: [RISU PATCH 0/7] Add @Group support and some aarch64.risu cl= eanups > Date: Tue, 31 Oct 2017 14:54:37 +0000 > Message-Id: <20171031145444.13766-1-alex.bennee@linaro.org> >=20 > This series adds support for SVE to RISU. Most of the initial patches > are plumbing changes to better support arch specific option flags > (cleaning up a TODO in the process). I also needed to ensure configure > actually honoured CPPFLAGS so it could be passed yet to be released > headers. Should there be a getauxval(AT_HWCAP) & HWCAP_SVE check in this series somewhere? I don't know enough about how RISU is structured to know whether/where this is needed. [...] Cheers ---Dave