Re: [Qemu-devel] [PATCH 6/9] sparc64: clear exception_index with -1 value

2010-01-07 Thread Blue Swirl
On Wed, Jan 6, 2010 at 11:57 PM, Igor Kovalenko wrote: > On Thu, Jan 7, 2010 at 2:29 AM, Artyom Tarasenko > wrote: >> What's the effect of the patch? Don't we need it for sparc32 too? The >> code looks similar. >> >> 2010/1/6 Blue Swirl : >>> Thanks, applied. >>> >>> On Tue, Jan 5, 2010 at 11:19

Re: [Qemu-devel] [PATCH 6/9] sparc64: clear exception_index with -1 value

2010-01-06 Thread Igor Kovalenko
On Thu, Jan 7, 2010 at 2:29 AM, Artyom Tarasenko wrote: > What's the effect of the patch? Don't we need it for sparc32 too? The > code looks similar. > > 2010/1/6 Blue Swirl : >> Thanks, applied. >> >> On Tue, Jan 5, 2010 at 11:19 PM, Igor V. Kovalenko >> wrote: >>> From: Igor V. Kovalenko >>> >

Re: [Qemu-devel] [PATCH 6/9] sparc64: clear exception_index with -1 value

2010-01-06 Thread Artyom Tarasenko
What's the effect of the patch? Don't we need it for sparc32 too? The code looks similar. 2010/1/6 Blue Swirl : > Thanks, applied. > > On Tue, Jan 5, 2010 at 11:19 PM, Igor V. Kovalenko > wrote: >> From: Igor V. Kovalenko >> >> Signed-off-by: Igor V. Kovalenko >> --- >>  target-sparc/op_helper.

Re: [Qemu-devel] [PATCH 6/9] sparc64: clear exception_index with -1 value

2010-01-06 Thread Blue Swirl
Thanks, applied. On Tue, Jan 5, 2010 at 11:19 PM, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > Signed-off-by: Igor V. Kovalenko > --- >  target-sparc/op_helper.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/target-sparc/op_helper.c b/target-sparc/op_h

[Qemu-devel] [PATCH 6/9] sparc64: clear exception_index with -1 value

2010-01-05 Thread Igor V. Kovalenko
From: Igor V. Kovalenko Signed-off-by: Igor V. Kovalenko --- target-sparc/op_helper.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index b1978cb..94f1c7a 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_