Re: [Qemu-devel] [PATCH] SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.

2011-07-20 Thread Blue Swirl
Thanks, applied. On Mon, Jul 18, 2011 at 8:32 AM, Tsuneo Saito wrote: > UA2007 ASI_BLK_* should be added in is_translating_asi(). > > Signed-off-by: Tsuneo Saito > --- >  target-sparc/op_helper.c |    3 ++- >  1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/target-sparc/op_help

Re: [Qemu-devel] [PATCH] SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.

2011-07-20 Thread Artyom Tarasenko
On Mon, Jul 18, 2011 at 7:32 AM, Tsuneo Saito wrote: > UA2007 ASI_BLK_* should be added in is_translating_asi(). > > Signed-off-by: Tsuneo Saito The comment "Ultrasparc IIi translating asi" has to be adjusted too. Otherwise Acked-by: Artyom Tarasenko The other patches - fcmp and fmovd - pass

[Qemu-devel] [PATCH] SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.

2011-07-17 Thread Tsuneo Saito
UA2007 ASI_BLK_* should be added in is_translating_asi(). Signed-off-by: Tsuneo Saito --- target-sparc/op_helper.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 15af27b..8b9eb9f 100644 --- a/target-sparc/op_he