From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeNzO-0002uk-Jy for qemu-devel@nongnu.org; Wed, 24 Jan 2018 11:33:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeNzK-0002cY-PJ for qemu-devel@nongnu.org; Wed, 24 Jan 2018 11:33:30 -0500 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:38363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eeNzK-0002bs-Ia for qemu-devel@nongnu.org; Wed, 24 Jan 2018 11:33:26 -0500 Received: by mail-pg0-x242.google.com with SMTP id y27so3061693pgc.5 for ; Wed, 24 Jan 2018 08:33:26 -0800 (PST) References: <20180124131315.30567-1-alex.bennee@linaro.org> <20180124131315.30567-5-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <704a0aeb-4ae4-bf09-c20b-16232344397c@linaro.org> Date: Wed, 24 Jan 2018 08:33:22 -0800 MIME-Version: 1.0 In-Reply-To: <20180124131315.30567-5-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 04/22] target/*/cpu.h: remove softfloat.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , peter.maydell@linaro.org, laurent@vivier.eu, bharata@linux.vnet.ibm.com, andrew@andrewdutcher.com Cc: qemu-devel@nongnu.org, Aurelien Jarno , Richard Henderson , Paolo Bonzini , Eduardo Habkost , "Edgar E. Iglesias" , Anthony Green , Chris Wulff , Marek Vasut , Stafford Horne , David Gibson , Alexander Graf , Mark Cave-Ayland , Artyom Tarasenko , Bastian Koppelmann , Guan Xuetao , Max Filippov , "open list:ARM" , "open list:PowerPC" , "open list:S390" On 01/24/2018 05:12 AM, Alex Bennée wrote: > As cpu.h is another typically widely included file which doesn't need > full access to the softfloat API we can remove the includes from here > as well. Where they do need types it's typically for float_status and > the rounding modes so we move that to softfloat-types.h as well. > > As a result of not having softfloat in every cpu.h call we now need to > add it to various helpers that do need the full softfloat.h > definitions. > > Signed-off-by: Alex Bennée > --- Reviewed-by: Richard Henderson r~