From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWS6X-0007gm-Jz for qemu-devel@nongnu.org; Sat, 05 Apr 2014 11:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWS6O-0006l1-JP for qemu-devel@nongnu.org; Sat, 05 Apr 2014 11:01:57 -0400 Message-ID: <53401AC3.4000305@gmail.com> Date: Sat, 05 Apr 2014 10:01:23 -0500 From: Tom Musta MIME-Version: 1.0 References: <1396299843-7313-1-git-send-email-tommusta@gmail.com> <533EDB3C.7020609@gmail.com> <534013B5.4020100@suse.de> <534015AA.7020001@suse.de> In-Reply-To: <534015AA.7020001@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Peter Maydell Cc: qemu-ppc , QEMU Developers On 4/5/2014 9:39 AM, Alexander Graf wrote: > > On 05.04.14 16:31, Andreas Färber wrote: >> Am 04.04.2014 19:56, schrieb Peter Maydell: >>> On 4 April 2014 17:18, Tom Musta wrote: >>>> Alex, Peter: >>>> >>>> Is it too late to get this into 2.0? >>> Alex's call (though my personal feeling would be to >>> classify it as too late). It's very very late, but >>> this will only affect PPC targets, at least. >> VSX is a new feature for 2.0, so since the softfloat patch doesn't seem >> to affect other targets, having VSX fully working would be of advantage. >> >> Alex? > > Agreed, I applied all of the patches to ppc-next and will send a pull request shortly with the last few critical bug fixes for 2.0. > > > Alex > Alex, Andreas, Peter: Thank you.