Re: [Qemu-devel] [PATCH] linux-user: Add missing unlock_user_struct to timer_create.

2014-08-06 Thread Riku Voipio
On Sun, Aug 03, 2014 at 09:45:38AM +1000, Erik de Castro Lopo wrote: > Signed-off-by: Erik de Castro Lopo Thanks, applied to linux-user tree. > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index a50229d..5f22

Re: [Qemu-devel] [PATCH] linux-user: Add missing unlock_user_struct to timer_create.

2014-08-03 Thread Peter Maydell
On 3 August 2014 00:45, Erik de Castro Lopo wrote: > Signed-off-by: Erik de Castro Lopo > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index a50229d..5f22b37 100644 > --- a/linux-user/syscall.c > +++ b/linux-use

[Qemu-devel] [PATCH] linux-user: Add missing unlock_user_struct to timer_create.

2014-08-02 Thread Erik de Castro Lopo
Signed-off-by: Erik de Castro Lopo --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a50229d..5f22b37 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -9432,6 +9432,7 @@ abi_long do_syscall(void *cpu_env,