Re: [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm

2015-05-18 Thread Peter Maydell
On 18 May 2015 at 17:42, Peter Maydell wrote: > Thanks for this patch; it's a dup of this one already on-list > and reviewed: > http://patchwork.ozlabs.org/patch/459490/ > > Riku: ping? or should I just take this via target-arm? I went ahead and did the latter, since I'm doing a pullreq anyway.

Re: [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm

2015-05-18 Thread Peter Maydell
On 12 May 2015 at 13:27, Andreas Schwab wrote: > On arm the original timerfd syscall was reused for the new timerfd_create > syscall. > > Signed-off-by: Andreas Schwab > --- > linux-user/arm/syscall_nr.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/arm/sysc

[Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm

2015-05-12 Thread Andreas Schwab
On arm the original timerfd syscall was reused for the new timerfd_create syscall. Signed-off-by: Andreas Schwab --- linux-user/arm/syscall_nr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h index 7d7be7c..53552be 10