Re: [Qemu-devel] [PATCH v2] Use frame->retcode instead of frame address for alpha target restorer

2016-04-17 Thread Chen Gang
Hello all: I am very sorry for delay finishing tilegx floating points insns. The reason is that during these days (I guess, until 2016-05-01), I have no any free time. - During these days, I am often not at home (sleep in a hotel near the office), and often work in the weekend. - It is abo

Re: [Qemu-devel] [PATCH v2] Use frame->retcode instead of frame address for alpha target restorer

2016-03-31 Thread Chen Gang
On 3/31/16 00:09, Laurent Vivier wrote: > > Le 30/03/2016 17:42, cheng...@emindsoft.com.cn a écrit : >> From: Chen Gang >> >> The restorer needs the return code address which is frame->retcode, not >> frame itself. >> >> Signed-off-by: Chen Gang > > Reviewed-by: Laurent Vivier > Thank all o

Re: [Qemu-devel] [PATCH v2] Use frame->retcode instead of frame address for alpha target restorer

2016-03-30 Thread Laurent Vivier
Le 30/03/2016 17:42, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > The restorer needs the return code address which is frame->retcode, not > frame itself. > > Signed-off-by: Chen Gang Reviewed-by: Laurent Vivier

Re: [Qemu-devel] [PATCH v2] Use frame->retcode instead of frame address for alpha target restorer

2016-03-30 Thread Richard Henderson
On 03/30/2016 08:42 AM, cheng...@emindsoft.com.cn wrote: > From: Chen Gang > > The restorer needs the return code address which is frame->retcode, not > frame itself. > > Signed-off-by: Chen Gang > --- > linux-user/signal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-

[Qemu-devel] [PATCH v2] Use frame->retcode instead of frame address for alpha target restorer

2016-03-30 Thread chengang
From: Chen Gang The restorer needs the return code address which is frame->retcode, not frame itself. Signed-off-by: Chen Gang --- linux-user/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/signal.c b/linux-user/signal.c index e487f9e..34367ce 100644