Re: [Qemu-devel] [PATCH] linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.

2010-04-13 Thread Aurelien Jarno
On Sun, Apr 11, 2010 at 02:09:57AM +0900, takas...@ops.dti.ne.jp wrote: > 2nd arg of page_set_flags() should be start+size, but size. > > Signed-off-by: Takashi YOSHII Thanks, applied. > --- > linux-user/syscall.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/

Re: [Qemu-devel] [PATCH] linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.

2010-04-11 Thread Richard Henderson
On 04/10/2010 10:09 AM, takas...@ops.dti.ne.jp wrote: 2nd arg of page_set_flags() should be start+size, but size. Signed-off-by: Takashi YOSHII Acked-by: Richard Henderson --- linux-user/syscall.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-user/sysca

[Qemu-devel] [PATCH] linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.

2010-04-10 Thread takasi-y
2nd arg of page_set_flags() should be start+size, but size. Signed-off-by: Takashi YOSHII --- linux-user/syscall.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a03e432..26c0fb4 100644 --- a/linux-user/syscall.c +++ b/