From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmMT-0005gG-Ug for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXmMQ-0006yE-03 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:56:25 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:58505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmMP-0006tU-O7 for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:56:21 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 17 Mar 2015 07:56:19 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5E7E81B08069 for ; Tue, 17 Mar 2015 07:56:39 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2H7uGSD11272508 for ; Tue, 17 Mar 2015 07:56:16 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2H7uG0G029949 for ; Tue, 17 Mar 2015 01:56:16 -0600 Date: Tue, 17 Mar 2015 08:56:12 +0100 From: Greg Kurz Message-ID: <20150317085612.39b4151a@bahia.local> In-Reply-To: <55054D6A.7090601@redhat.com> References: <20150313212337.31142.3991.stgit@bahia.local> <5503570c.94558c0a.1441.ffffd1a4@mx.google.com> <55054D6A.7090601@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] kvm: fix ioeventfd endianness on bi-endian architectures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Sun, 15 Mar 2015 10:14:18 +0100 Paolo Bonzini wrote: > > > On 13/03/2015 22:30, Patchew Tool wrote: > > This series passed Patchew automatic testing, but there are some warnings. > > > > Find the log fragments below, or open the following URL to see the full log: > > > > http://qemu.patchew.org/testing/log/<20150313212337.31142.3991.stgit@bahia.local> > > > I'll fix this up when applying. > Thanks ! -- Greg BTW I could not connect to patchew with the link above (Error code: ERR_CONNECTION_REFUSED) > The patch is okay. > > Paolo > > > ----------8<--------- > > > > > > === Starting docker === > > > > Copying test script "/home/patchew/tests/qemu-devel.sh" > > Starting docker... > > docker run --net=none -v /var/tmp/patchew-tester/tmpEMd8Zd:/var/tmp/patchew-test patchew:fedora-20 timeout 3600 /var/tmp/patchew-test/qemu-devel.sh /var/tmp/patchew-test > > > > *** Testing 'coding style check' *** > > > > Checking 0001-kvm--fix-ioeventfd-endianness-on-bi-endian-architectures.patch > > command failed with exit code 0 > > $@ > > ERROR: space required before the open parenthesis '(' > > #26: FILE: kvm-all.c:538: > > + switch(size) { > > > > total: 1 errors, 0 warnings, 42 lines checked > > > > 0001-kvm--fix-ioeventfd-endianness-on-bi-endian-architectures.patch has style problems, please review. If any of these errors > > are false positives report them to the maintainer, see > > CHECKPATCH in MAINTAINERS. > > > > > > *** Testing 'configure' *** > > > > Install prefix /usr/local > > BIOS directory /usr/local/share/qemu > > binary directory /usr/local/bin > > library directory /usr/local/lib > > module directory /usr/local/lib/qemu > > libexec directory /usr/local/libexec > > > > > > >