Re: [Qemu-devel] [PATCH 1/2] linux-user: fix settime old value location

2017-01-18 Thread Peter Maydell
On 18 January 2017 at 15:02, Pranith Kumar wrote: > From: Marc-André Lureau > > old_value is the 4th argument of timer_settime(), not the 2nd. > > Signed-off-by: Marc-André Lureau > Signed-off-by: Pranith Kumar > --- > linux-user/syscall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

Re: [Qemu-devel] [PATCH 1/2] linux-user: fix settime old value location

2017-01-18 Thread Pranith Kumar
On Wed, Jan 18, 2017 at 11:20 AM, Peter Maydell wrote: > > I reviewed this when Marc sent it back in November, > but this resend doesn't seem to have addressed any > of that. > Sorry about that. I seem to have missed the reviews last time. I'll update and resend them. Thanks, -- Pranith

[Qemu-devel] [PATCH 1/2] linux-user: fix settime old value location

2017-01-18 Thread Pranith Kumar
From: Marc-André Lureau old_value is the 4th argument of timer_settime(), not the 2nd. Signed-off-by: Marc-André Lureau Signed-off-by: Pranith Kumar --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 7