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

2016-11-30 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

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

2016-12-09 Thread Alex Bennée
Pranith Kumar writes: > 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 Reviewed-by: Alex Bennée but this should really be sent in another series. > --- > linux-user/syscall.c |

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

2016-12-10 Thread Laurent Vivier
Le 01/12/2016 à 06:14, Pranith Kumar a écrit : > 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(-)