From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNeHg-0004aM-C0 for qemu-devel@nongnu.org; Mon, 25 Jan 2016 05:22:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNeHf-0000wq-J9 for qemu-devel@nongnu.org; Mon, 25 Jan 2016 05:22:08 -0500 Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:33656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNeHf-0000wl-CF for qemu-devel@nongnu.org; Mon, 25 Jan 2016 05:22:07 -0500 Received: by mail-vk0-x229.google.com with SMTP id e64so71914155vkg.0 for ; Mon, 25 Jan 2016 02:22:07 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1453475856-14682-1-git-send-email-peter.maydell@linaro.org> References: <1453475856-14682-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Mon, 25 Jan 2016 10:21:47 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/7] softfloat queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 22 January 2016 at 15:17, Peter Maydell wrote: > Pullreq with some pending softfloat patches: mine to get rid of the > confusing softfloat specific int types, and Aurelien's to fix the > roundAndPackFloat16 return type. > > thanks > -- PMM > > > The following changes since commit 3c2c85ec4b112e3e2b899472314d5da6880fdf0e: > > Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-01-22 14:44:12 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-softfloat-20160122 > > for you to fetch changes up to 7ceac86f49b564954f5bde477c4281f407be1399: > > softfloat: fix return type of roundAndPackFloat16 (2016-01-22 15:09:21 +0000) > > ---------------------------------------------------------------- > softfloat: > * drop confusing softfloat-only types > * fix return type of roundAndPackFloat16 Applied, thanks. -- PMM