Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-05 Thread Alexander Graf
On 05.04.2014, at 17:01, Tom Musta wrote: > 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

Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-05 Thread Tom Musta
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

Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-05 Thread Alexander Graf
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 onl

Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-05 Thread Andreas Färber
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 lea

Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-04 Thread 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. thanks -- PMM

Re: [Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-04-04 Thread Tom Musta
Alex, Peter: Is it too late to get this into 2.0?

[Qemu-devel] [V2 PATCH 0/9] target-ppc: VSX Bug Fixes

2014-03-31 Thread Tom Musta
This patch series addresses bugs in the recently added VSX instructions. Two general defects are fixed: (1) The VSX Convert to Integer instructions truncate the source floating point number to an integer value and hence should use a round-to-zero rounding algorithm. The existing i