Re: [Qemu-devel] [PATCH] alpha-user: Initialize FPCR with round-to-nearest.

2012-03-19 Thread Richard Henderson
On 03/19/12 04:01, Andreas Färber wrote: > Am 17.03.2012 20:30, schrieb Richard Henderson: >> Ping. > > This is linux-user, so cc'ing Riku. > > Code looks sane at first sight although I have no clue of the constants' > meaning and effect. ;) > > Commit message doesn't mention it but I guess this

Re: [Qemu-devel] [PATCH] alpha-user: Initialize FPCR with round-to-nearest.

2012-03-19 Thread Andreas Färber
Am 17.03.2012 20:30, schrieb Richard Henderson: > Ping. This is linux-user, so cc'ing Riku. Code looks sane at first sight although I have no clue of the constants' meaning and effect. ;) Commit message doesn't mention it but I guess this fixes some bug? How does it round before the patch? Andr

Re: [Qemu-devel] [PATCH] alpha-user: Initialize FPCR with round-to-nearest.

2012-03-17 Thread Richard Henderson
Ping. On 03/11/2012 11:54 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-alpha/translate.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/target-alpha/translate.c b/target-alpha/translate.c > index 1d2142b..fe78630 100644 > --- a/

[Qemu-devel] [PATCH] alpha-user: Initialize FPCR with round-to-nearest.

2012-03-11 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target-alpha/translate.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/target-alpha/translate.c b/target-alpha/translate.c index 1d2142b..fe78630 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -3513,7 +3513