From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6pv-0001Mo-UL for qemu-devel@nongnu.org; Thu, 23 Jun 2016 11:46:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG6pu-0004eP-WB for qemu-devel@nongnu.org; Thu, 23 Jun 2016 11:46:35 -0400 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:34672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG6pu-0004e2-S8 for qemu-devel@nongnu.org; Thu, 23 Jun 2016 11:46:34 -0400 Received: by mail-vk0-x233.google.com with SMTP id c2so81757293vkg.1 for ; Thu, 23 Jun 2016 08:46:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465552668-30084-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1465552668-30084-1-git-send-email-aleksandar.markovic@rt-rk.com> From: Peter Maydell Date: Thu, 23 Jun 2016 16:46:14 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v9 00/10] IEEE 754-2008 support for Mips List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic Cc: QEMU Developers , qemu-arm , "qemu-ppc@nongnu.org" , maciej.rozycki@imgtec.com, Ethan Hunt , Bastian Koppelmann , Mark Cave-Ayland , Alexander Graf , Blue Swirl , Max Filippov , Paolo Bonzini , "Edgar E. Iglesias" , Guan Xuetao , Richard Henderson , Aurelien Jarno , Leon Alrae , Petar Jovanovic , Miodrag Dinic , Aleksandar Markovic On 10 June 2016 at 10:57, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > This patch series provides number of IEEE 754-2008-related features to > Mips platform. It addresses the most sensitive changes that require > modification of SoftFloat library, also used by most other platforms. > > In order to make develpoment, testing, and integration easier, the patch > is split into two distinct parts: > > 1. Part 1 (patches 1/10, 2/10, 3/10, 4/10, 5/10) that does not change any > calculation or behavior on any platform (and, for that matter, even on > Mips platform). Its sole purpose is to address platform independant > issues in a non-invasive manner, and to make Part 2 possible. > > 2. Part 2 (patches 6/10, 7/10, 8/10, 9/10, 10/10) that sets some Mips > processors to use provisions from Part 1, and additionally implements > number of IEEE 754-2008-related features for Mips, while, at the same > time, mainly dealing with files located in directory target-mips only. Hi. I've reviewed the patches in Part 1, and I'm happy with them apart from a few trivial things. I'm not going to look at Part 2 since it's pretty MIPS specific. I'm assuming that Leon will take these via the MIPS tree. Leon, it's up to you whether you're happy to fix up the minor things I raised when you put the patches into your tree or if you'd prefer to have Aleksandar respin and resend the patchset. Either way, it would be good to get these into a pull request by Monday since softfreeze deadline is nearly here... thanks -- PMM