Re: [Qemu-devel] [PATCH] linux-user/signal.c: Use s390 target space address instead of host space address for restorer

2016-05-04 Thread Laurent Vivier
Le 29/03/2016 à 16:29, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > The return address is in target space, so the restorer address needs to > be target space, too. > > Signed-off-by: Chen Gang > --- > linux-user/signal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-

Re: [Qemu-devel] [PATCH] linux-user/signal.c: Use s390 target space address instead of host space address for restorer

2016-05-04 Thread Peter Maydell
On 29 March 2016 at 15:29, wrote: > From: Chen Gang > > The return address is in target space, so the restorer address needs to > be target space, too. > > Signed-off-by: Chen Gang > --- > linux-user/signal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/linux-us

[Qemu-devel] [PATCH] linux-user/signal.c: Use s390 target space address instead of host space address for restorer

2016-03-29 Thread chengang
From: Chen Gang The return address is in target space, so the restorer address needs to be target space, too. 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 c0a6f7e..6a7332