Re: [Qemu-devel] [PATCH v2 0/2] Produce better termination message

2016-09-21 Thread Paolo Bonzini
On 21/09/2016 13:26, Michal Privoznik wrote: > v2 of: > > http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg04710.html > > The checkpatch.pl shows the following error for 1/2: > > ERROR: architecture specific defines should be avoided > #63: FILE: util/oslib-posix.c:441: > +#if

Re: [Qemu-devel] [PATCH v2 0/2] Produce better termination message

2016-09-21 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: cover.1474456806.git.mpriv...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/2] Produce better

Re: [Qemu-devel] [PATCH v2 0/2] Produce better termination message

2016-09-21 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: cover.1474456806.git.mpriv...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/2] Produce better termination message === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v2 0/2] Produce better termination message

2016-09-21 Thread Michal Privoznik
v2 of: http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg04710.html The checkpatch.pl shows the following error for 1/2: ERROR: architecture specific defines should be avoided #63: FILE: util/oslib-posix.c:441: +#if defined(__FreeBSD__) But I guess we should ignore the error, sin