From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ1L1-00077z-EL for qemu-devel@nongnu.org; Tue, 12 Jan 2016 10:58:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ1Kx-0003jB-EV for qemu-devel@nongnu.org; Tue, 12 Jan 2016 10:58:27 -0500 Received: from mail-qg0-x244.google.com ([2607:f8b0:400d:c04::244]:34629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ1Kx-0003it-9o for qemu-devel@nongnu.org; Tue, 12 Jan 2016 10:58:23 -0500 Received: by mail-qg0-x244.google.com with SMTP id 94so51158123qgt.1 for ; Tue, 12 Jan 2016 07:58:22 -0800 (PST) Sender: Richard Henderson References: <1452603315-27030-1-git-send-email-peter.maydell@linaro.org> From: Richard Henderson Message-ID: <5695229A.7040901@twiddle.net> Date: Tue, 12 Jan 2016 07:58:18 -0800 MIME-Version: 1.0 In-Reply-To: <1452603315-27030-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Get rid of confusing softfloat-specific integer types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: James Hogan , Leon Alrae , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Aurelien Jarno , patches@linaro.org On 01/12/2016 04:55 AM, Peter Maydell wrote: > Peter Maydell (6): > fpu: Replace int64 typedef with int64_t > fpu: Replace uint64 typedef with uint64_t > fpu: Replace int32 typedef with int32_t > fpu: Replace uint32 typedef with uint32_t > fpu: Replace int8 typedef with int8_t > fpu: Replace uint8 typedef with uint8_t Reviewed-by: Richard Henderson r~