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

2016-09-15 Thread Peter Maydell
On 15 September 2016 at 15:52, Marc-André Lureau wrote: > old_value is the 4th argument of timer_settime(), not the 2nd. > > Signed-off-by: Marc-André Lureau > --- > linux-user/syscall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/syscall.c b/linux-user/sy

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

2016-09-15 Thread Marc-André Lureau
old_value is the 4th argument of timer_settime(), not the 2nd. Signed-off-by: Marc-André Lureau --- 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 ca06943..345e971 100644 --- a/linux-user/syscall.c +++ b/