From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YX4cu-0006CD-Cd for qemu-devel@nongnu.org; Sun, 15 Mar 2015 05:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YX4cp-0001bC-Iu for qemu-devel@nongnu.org; Sun, 15 Mar 2015 05:14:28 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:33402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YX4cp-0001aF-BM for qemu-devel@nongnu.org; Sun, 15 Mar 2015 05:14:23 -0400 Received: by wejb47 with SMTP id b47so18872040wej.0 for ; Sun, 15 Mar 2015 02:14:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <55054D6A.7090601@redhat.com> Date: Sun, 15 Mar 2015 10:14:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150313212337.31142.3991.stgit@bahia.local> <5503570c.94558c0a.1441.ffffd1a4@mx.google.com> In-Reply-To: <5503570c.94558c0a.1441.ffffd1a4@mx.google.com> Content-Type: text/plain; charset=windows-1252 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: qemu-devel@nongnu.org, Greg Kurz 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. 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 > > >