Re: [Qemu-devel] [patch] linux-user/syscall.c: Fix missing break for host_to_target_cmsg

2018-02-08 Thread Nageswara R Sastry
On 2018-02-07 19:27, Laurent Vivier wrote: Le 07/02/2018 à 10:49, no-re...@patchew.org a écrit : Hi, This series failed build test on s390x host. Please find the details below. ... CC aarch64_be-linux-user/linux-user/syscall.o In file included from

[Qemu-devel] [patch] linux-user/syscall.c: Fix missing break for host_to_target_cmsg

2018-02-07 Thread Nageswara R Sastry
Detected by by Coverity (CID 1385425) with out this break statement the assigned value of 'tgt_len' at line 1824 will be replaced by value of 'tgt_len' at line 1830. Signed-off-by: Nageswara R Sastry <rnsas...@linux.vnet.ibm.com> --- linux-user/syscall.c | 1 + 1 file changed, 1 ins

[Qemu-devel] [patch] linux-user/syscall.c: Fix missing break for host_to_target_cmsg

2018-02-07 Thread Nageswara R Sastry
Detected by by Coverity (CID 1385425) with out this break statement the assigned value of 'tgt_len' at line 1824 will be replaced by value of 'tgt_len' at line 1830. Signed-off-by: Nageswara R Sastry <rnsas...@linux.vnet.ibm.com> --- linux-user/syscall.c | 1 + 1 file changed, 1 ins

Re: [Qemu-devel] [patch] linux-user/syscall.c: Fix missing break for host_to_target_cmsg

2018-02-16 Thread Nageswara R Sastry
On 2018-02-15 20:17, Laurent Vivier wrote: Le 08/02/2018 à 10:56, Nageswara R Sastry a écrit : On 2018-02-07 19:27, Laurent Vivier wrote: Le 07/02/2018 à 10:49, no-re...@patchew.org a écrit : Hi, This series failed build test on s390x host. Please find the details below. ...   CC

Re: [Qemu-devel] [PATCH] virtio_net: flush uncompleted TX on reset

2018-03-07 Thread Nageswara R Sastry
Greg Kurz wrote on 08/03/2018 12:27:37 AM: > From: Greg Kurz > To: qemu-devel@nongnu.org > Cc: "Michael S. Tsirkin" , Jason Wang > , R Nageswara Sastry > Date: 08/03/2018 12:27 AM > Subject: [PATCH]