Re: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call

2019-08-23 Thread Laurent Vivier
Le 19/08/2019 à 20:53, Shu-Chun Weng via Qemu-devel a écrit : > timer_getoverrun returns the "overrun count" for the timer, which is not > a file descriptor and thus should not call fd_trans_unregister on it. > > Signed-off-by: Shu-Chun Weng > --- > linux-user/syscall.c | 1 - > 1 file changed,

Re: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call

2019-08-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190819185348.221825-1-...@google.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call Message-id

Re: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call

2019-08-19 Thread Laurent Vivier
Le 19/08/2019 à 20:53, Shu-Chun Weng via Qemu-devel a écrit : > timer_getoverrun returns the "overrun count" for the timer, which is not > a file descriptor and thus should not call fd_trans_unregister on it. > > Signed-off-by: Shu-Chun Weng > --- > linux-user/syscall.c | 1 - > 1 file changed,

Re: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call

2019-08-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190819185348.221825-1-...@google.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call Message-id

[Qemu-devel] [PATCH] linux-user: erroneous fd_trans_unregister call

2019-08-19 Thread Shu-Chun Weng via Qemu-devel
timer_getoverrun returns the "overrun count" for the timer, which is not a file descriptor and thus should not call fd_trans_unregister on it. Signed-off-by: Shu-Chun Weng --- linux-user/syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c inde