Re: [Qemu-devel] [PATCH] linux-user: fix mremap for 64bit targets on 32bit hosts

2016-09-28 Thread Felix Janda
Peter Maydell wrote: > On 17 September 2016 at 18:20, Felix Janda wrote: > > Signed-off-by: Felix Janda > > --- > > linux-user/mmap.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/linux-user/mmap.c b/linux-user/mmap.c > > index c4371d9..4882816 100644 > > ---

Re: [Qemu-devel] [PATCH] linux-user: fix mremap for 64bit targets on 32bit hosts

2016-09-28 Thread Peter Maydell
On 17 September 2016 at 18:20, Felix Janda wrote: > Signed-off-by: Felix Janda > --- > linux-user/mmap.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/linux-user/mmap.c b/linux-user/mmap.c > index c4371d9..4882816 100644 > --- a/linux-user/mmap.c > +++ b/linux-user

Re: [Qemu-devel] [PATCH] linux-user: fix mremap for 64bit targets on 32bit hosts

2016-09-22 Thread Felix Janda
Riku Voipio wrote: > Hi, > > On Sat, Sep 17, 2016 at 09:20:14PM -0400, Felix Janda wrote: > > Signed-off-by: Felix Janda > > Have you run the mremap tests of ltp with this on your host/guest > combo? I have just run the tests. My host is arm and my guest is aarch64. Without the patch all but m

Re: [Qemu-devel] [PATCH] linux-user: fix mremap for 64bit targets on 32bit hosts

2016-09-21 Thread Riku Voipio
Hi, On Sat, Sep 17, 2016 at 09:20:14PM -0400, Felix Janda wrote: > Signed-off-by: Felix Janda Have you run the mremap tests of ltp with this on your host/guest combo? > --- > linux-user/mmap.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/linux-user/mmap.c b/li

[Qemu-devel] [PATCH] linux-user: fix mremap for 64bit targets on 32bit hosts

2016-09-17 Thread Felix Janda
Signed-off-by: Felix Janda --- linux-user/mmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index c4371d9..4882816 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -682,7 +682,7 @@ abi_long target_mremap(abi_ulong old_add