Re: [Qemu-devel] [PATCH] powerpc: correctly handle fpu exceptions.

2013-04-19 Thread Alexander Graf
On 09.04.2013, at 17:00, Fabien Chouteau wrote: > From: Tristan Gingold > > Raise the exception on the first occurence, do not wait for the next > floating point operation. > > Signed-off-by: Fabien Chouteau Thanks, applied to ppc-next. Alex > --- > target-ppc/fpu_helper.c | 23 +

Re: [Qemu-devel] [PATCH] powerpc: correctly handle fpu exceptions.

2013-04-11 Thread Fabien Chouteau
On 04/11/2013 12:09 AM, Alexander Graf wrote: > > On 09.04.2013, at 17:00, Fabien Chouteau wrote: > >> From: Tristan Gingold >> >> Raise the exception on the first occurence, do not wait for the next >> floating point operation. > > Do you have a test case for this one that I could use to compa

Re: [Qemu-devel] [PATCH] powerpc: correctly handle fpu exceptions.

2013-04-10 Thread Alexander Graf
On 09.04.2013, at 17:00, Fabien Chouteau wrote: > From: Tristan Gingold > > Raise the exception on the first occurence, do not wait for the next > floating point operation. Do you have a test case for this one that I could use to compare results with real hardware? Alex > > Signed-off-by:

[Qemu-devel] [PATCH] powerpc: correctly handle fpu exceptions.

2013-04-09 Thread Fabien Chouteau
From: Tristan Gingold Raise the exception on the first occurence, do not wait for the next floating point operation. Signed-off-by: Fabien Chouteau --- target-ppc/fpu_helper.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/target-ppc/fpu_helper.