Re: [Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification

2017-04-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170403171843.3363-1-dgilb...@redhat.com Type: series Subject: [Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification

2017-04-03 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, Another crack at slirp vmstatification; v5 fixes the type and value portability issues in the ss_family field. It now always sends this as a 16bit field and always uses Linux's AF_INET or AF_INET6 value on writing. It'll also accept Windows and FreeBSDs va